MDL-69682 theme_boost: remove minimum height of tables.

The change that introduced this property (a3124b15) is no longer
required, and it caused visual glitches on tables containing a
single row.
This commit is contained in:
Paul Holden
2021-09-24 08:21:49 +01:00
parent 214adb7984
commit 876df13ea1
3 changed files with 2 additions and 6 deletions
-2
View File
@@ -435,12 +435,10 @@ form.popupform div {
overflow: auto;
}
// Minimum height required for a menu in a table inside a scrollable div.
// Position required for table sizing inside a flex container.
.no-overflow > .generaltable {
position: relative;
margin-bottom: 0;
min-height: 10em;
}
// Accessibility features
+1 -2
View File
@@ -10037,8 +10037,7 @@ form.popupform div {
.no-overflow > .generaltable {
position: relative;
margin-bottom: 0;
min-height: 10em; }
margin-bottom: 0; }
.accesshide {
position: absolute;
+1 -2
View File
@@ -10249,8 +10249,7 @@ form.popupform div {
.no-overflow > .generaltable {
position: relative;
margin-bottom: 0;
min-height: 10em; }
margin-bottom: 0; }
.accesshide {
position: absolute;