sync
[roojs1] / less / roojs-bootstrap / table.less
index 1906daa..c636a0f 100644 (file)
 
 .table tfoot .navbar {
     min-height : inherit;
+}
+
+/* for ie11 && edge: fixing height inheriting from tbody to tr */
+.roo-ie11 table tbody tr,
+.roo-edge table tbody tr
+{
+    height: auto;
 }
\ No newline at end of file