summaryrefslogtreecommitdiff
path: root/frontend/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--frontend/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/style.css b/frontend/style.css
index 15c3add..92564f6 100644
--- a/frontend/style.css
+++ b/frontend/style.css
@@ -194,6 +194,14 @@ th.min, td.min {
white-space: nowrap;
}
+/* Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=217769 */
+tbody:empty {
+ display: none;
+}
+table > tbody:after {
+ content: "";
+}
+
/*
* Input elements, which are usually in tables anyway
*/