Browse Source

Adjust table header padding

pull/2300/head
jlukic 9 years ago
parent
commit
aa82e5040e
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/collections/table.variables

2
src/themes/default/collections/table.variables

@ -43,7 +43,7 @@
@headerAlign: inherit;
@headerVerticalAlign: inherit;
@headerColor: @textColor;
@headerVerticalPadding: @relativeMedium;
@headerVerticalPadding: @relativeSmall;
@headerHorizontalPadding: @cellHorizontalPadding;
@headerFontStyle: none;
@headerFontWeight: bold;

Loading…
Cancel
Save