Browse Source

Fix table responsive styles padding

pull/2300/head
jlukic 9 years ago
parent
commit
7c8c5ab5b3
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/table.less

2
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,

Loading…
Cancel
Save