Fix scroll bars on options view

This commit is contained in:
Isaac Connor 2021-03-26 08:16:15 -04:00
parent d0a390b42f
commit c78e6a7cc7
2 changed files with 13 additions and 12 deletions

View File

@ -598,18 +598,6 @@ input[type=submit]:disabled,
}
#options {
font-size:90%;
}
#options .help-block {
margin-top: 0;
}
#options .form-group {
margin-bottom: 20px;
border-bottom: 1px solid #e7e7e7;
}
.navbar{
margin-bottom: 0 !important;

View File

@ -53,3 +53,16 @@ input[name="newStorage[Url]"] {
#options label {
font-weight: bold;
}
#options {
font-size:90%;
}
#options .help-block {
margin-top: 0;
}
#options .form-group {
margin-bottom: 20px;
margin-right: 5px;
border-bottom: 1px solid #e7e7e7;
}