From 2477cc71462f37e845986b1a9b3831f59b95430e Mon Sep 17 00:00:00 2001 From: john Date: Fri, 2 Feb 2018 16:48:37 +0800 Subject: [PATCH] less/roojs-bootstrap/table.less --- less/roojs-bootstrap/table.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2