Skip to content

Commit 603525a

Browse files
committed
table ref min-height fix for Firefox
1 parent 3da74fc commit 603525a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Lumi/Components/Styles.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ globals = jss
112112
}
113113
, "react-basic-ref":
114114
{ display: "block"
115-
, minHeight: "100%"
116-
, minWidth: "100%"
115+
, minHeight: "0"
116+
, minWidth: "0"
117117
}
118118
, "body":
119119
{ color: cssStringHSLA colors.black

0 commit comments

Comments
 (0)