less/roojs-bootstrap/table.less
authorjohn <john@roojs.com>
Fri, 2 Feb 2018 08:48:37 +0000 (16:48 +0800)
committerjohn <john@roojs.com>
Fri, 2 Feb 2018 08:48:37 +0000 (16:48 +0800)
less/roojs-bootstrap/table.less

index d02b1c6..3b8012a 100644 (file)
@@ -87,4 +87,7 @@
     min-height : inherit;
 }
 
-/* for ie11 && edge: fixing height inheriting from tbody to tr */
\ No newline at end of file
+/* for ie11 && edge: fixing height inheriting from tbody to tr */
+.roo-edge table tbody tr {
+    height: auto;
+}
\ No newline at end of file