mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix expanding selectize box
This commit is contained in:
parent
a6bf78ed56
commit
288f4c5f7f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,6 @@ div.form-control .selectize-input {
|
|||
color: #fff;
|
||||
border: 0px solid #444;
|
||||
background: #555;
|
||||
height: 32px;
|
||||
padding: 6px 12px;
|
||||
background-color: #555;
|
||||
border-radius: 3px;
|
||||
|
@ -92,6 +91,7 @@ div.form-control .selectize-input {
|
|||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
min-height: 32px !important;
|
||||
height: 32px !important;
|
||||
}
|
||||
.input-group .selectize-control.form-control.selectize-pms-ip .selectize-input > div {
|
||||
max-width: 450px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue