From 7c8c5ab5b3f4d3ae85ff58810eade828f121ee2d Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 19 May 2015 17:53:04 -0400 Subject: [PATCH] Fix table responsive styles padding --- src/definitions/collections/table.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,