Skip to content

Commit f87ccb4

Browse files
author
Stanislav Idolov
authored
ENGCOM-2359: [Backport] Fix responsive tables showing broken heading #16830
2 parents 0bc3b0a + eeb207f commit f87ccb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/css/source/lib/_tables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
display: block;
531531
.lib-css(padding, @_table-responsive-cell-padding);
532532

533-
&:before {
533+
&[data-th]:before {
534534
.lib-css(padding-right, @table-cell__padding-horizontal);
535535
content: attr(data-th)': ';
536536
display: inline-block;

0 commit comments

Comments
 (0)