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:
parent
f54dc24cf4
commit
5f90d841d0
2 changed files with 7 additions and 2 deletions
|
@ -474,6 +474,11 @@ label.control-label > span.field-optional:before {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.search01 {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.number-info-box-content {
|
||||
padding: 15px 10px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue