mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Fixed Search Bar Scaling in Firefox (#1187)
Fixed scaling issue with Firefox where it would scale the search bar to 30% of the width of the box-tools container instead of 30% of the row container. (Note this is not a fix for the issue with it appearing on a separate line on mobiles).
This commit is contained in:
committed by
Dane Everitt
parent
f54dc24cf4
commit
5f90d841d0
@@ -474,6 +474,11 @@ label.control-label > span.field-optional:before {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.search01 {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.number-info-box-content {
|
||||
padding: 15px 10px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user