mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Fix padding on condition operator dropdown on small screens
This commit is contained in:
parent
a3ad40122d
commit
7c8cea74e4
2 changed files with 18 additions and 8 deletions
|
@ -122,6 +122,16 @@ select.form-control {
|
||||||
#condition-widget .fa-minus {
|
#condition-widget .fa-minus {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
#condition-widget .condition-operator-col {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
#condition-widget .condition-operator-col {
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.react-selectize.root-node .react-selectize-control .react-selectize-placeholder {
|
.react-selectize.root-node .react-selectize-control .react-selectize-placeholder {
|
||||||
color: #eee !important;
|
color: #eee !important;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue