Fixes #3420 - Forms are not well displayed (width is to small) if firefox 86 (latest stable) is used.

This commit is contained in:
Martin Edenhofer 2021-02-24 13:59:21 +00:00 committed by Thorsten Eckel
parent bf00f29a61
commit be39f619e5

View file

@ -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%);