mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Style settings side panel
This commit is contained in:
parent
7cfbaaca36
commit
beae4f2424
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ aside#left-menu.full-size(
|
|||
.row
|
||||
label.col-md-6(for="autoComplete") Auto-Complete
|
||||
.col-md-6
|
||||
input.form-control(
|
||||
type="checkbox"
|
||||
select.form-control(
|
||||
name="autoComplete"
|
||||
ng-model="settings.autoComplete"
|
||||
ng-options="o.v as o.n for o in [{ n: 'On', v: true }, { n: 'Off', v: false }]"
|
||||
)
|
||||
|
||||
.form-controls
|
||||
|
|
Loading…
Reference in a new issue