From: john Date: Fri, 2 Feb 2018 08:48:37 +0000 (+0800) Subject: less/roojs-bootstrap/table.less X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2477cc71462f37e845986b1a9b3831f59b95430e;p=roojs1 less/roojs-bootstrap/table.less --- diff --git a/less/roojs-bootstrap/table.less b/less/roojs-bootstrap/table.less index d02b1c6be9..3b8012ae6f 100644 --- a/less/roojs-bootstrap/table.less +++ b/less/roojs-bootstrap/table.less @@ -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