Skip to content
Snippets Groups Projects
Commit 4a623234 authored by Claas Kazzer's avatar Claas Kazzer
Browse files

refs #20259 [fid_bbi: Adv Search for FF 78.11.0. ESR]

* introduces fixes for FF 78.11 ESR
parent 3b7fea02
No related merge requests found
......@@ -90,6 +90,8 @@ textarea {
border-radius: 0; // Edge fix
box-shadow: none;
font-weight: 500;
// Fix for Firefox 78.11.0. ESR - remove when this release is outdated
height: 56px;
max-width: 100%;
min-width: 0; // Firefox fix
padding: g(.5) - 2px;
......
......@@ -64,7 +64,8 @@
.adv-input {
flex: 1;
flex-basis: 60%;
// was 60% which doesn't work on Firefox 78.11.0. ESR - remove when this release is outdated
flex-basis: 59%;
margin-bottom: g(.5);
//width: calc(100% - #{g(2.5)}); // Space for "x" button
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment