Select in popover fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
323dd31056
commit
dab83c4a49
2 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,7 @@ var MOUNT_OPTIONS_DROPDOWN_TEMPLATE =
|
|||
' </span>'+
|
||||
' </li>'+
|
||||
' <li>'+
|
||||
' <span class="menuitem">'+
|
||||
' <span class="menuitem icon-search">'+
|
||||
' <label for="mountOptionsFilesystemCheck">{{t "files_external" "Check for changes"}}</label>'+
|
||||
' <select id="mountOptionsFilesystemCheck" name="filesystem_check_changes" data-type="int">'+
|
||||
' <option value="0">{{t "files_external" "Never"}}</option>'+
|
||||
|
|
|
@ -860,6 +860,10 @@ kbd {
|
|||
line-height: 1.6em;
|
||||
padding: 8px 0;
|
||||
}
|
||||
> select {
|
||||
margin: 0;
|
||||
margin-left: 6px;
|
||||
}
|
||||
/* Add padding if contains icon+text */
|
||||
&:not(:empty) {
|
||||
padding-right: 10px !important;
|
||||
|
|
Loading…
Reference in a new issue