Fixes #3420 - Forms are not well displayed (width is to small) if firefox 86 (latest stable) is used.
This commit is contained in:
parent
bf00f29a61
commit
be39f619e5
1 changed files with 0 additions and 11 deletions
|
@ -1746,17 +1746,6 @@ fieldset {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
Firefox Specific Hack
|
|
||||||
to fix the overflow of column select with long names
|
|
||||||
https://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685
|
|
||||||
|
|
||||||
*/
|
|
||||||
@-moz-document url-prefix() {
|
|
||||||
fieldset { display: table-cell; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-field-group {
|
.form-field-group {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: hsl(0,0%,97%);
|
background: hsl(0,0%,97%);
|
||||||
|
|
Loading…
Reference in a new issue