diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index 46b0ce556..1c356072d 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -182,7 +182,7 @@ .ui.table:not(.unstackable) tr > td { background: none; border: none !important; - padding: @responsiveCellVerticalPadding @responsiveCellHorizontalPadding; + padding: @responsiveCellVerticalPadding @responsiveCellHorizontalPadding !important; box-shadow: @responsiveCellBoxShadow; } .ui.table:not(.unstackable) th:first-child,