diff --git a/less/mixins.less b/less/mixins.less index 42523c2aa7..74e7177cd9 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -559,8 +559,8 @@ } .responsive-invisibility() { - display: none !important; - tr& { display: none !important; } + &, + tr&, th&, td& { display: none !important; } }