From ce42e7f971ebd31ad769350b5afe1bb37310c565 Mon Sep 17 00:00:00 2001 From: Sean Templeton Date: Tue, 3 Jul 2018 16:09:28 -0500 Subject: [PATCH] Fix responsive tables showing broken heading --- lib/web/css/source/lib/_tables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/css/source/lib/_tables.less b/lib/web/css/source/lib/_tables.less index 9c37e17b4fe82..43b63152946f8 100644 --- a/lib/web/css/source/lib/_tables.less +++ b/lib/web/css/source/lib/_tables.less @@ -530,7 +530,7 @@ display: block; .lib-css(padding, @_table-responsive-cell-padding); - &:before { + &[data-th]:before { .lib-css(padding-right, @table-cell__padding-horizontal); content: attr(data-th)': '; display: inline-block;