Skip to content

Commit eeb207f

Browse files
ENGCOM-2359: [Backport] Fix responsive tables showing broken heading #16830
- Merge Pull Request #16830 from ronak2ram/magento2:2.1-develop-PR-port-16517 - Merged commits: 1. ce42e7f
2 parents 7d62c64 + ce42e7f commit eeb207f

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)