Skip to content

Commit

Permalink
fix(structured-list): fixed column header text size (#766)
Browse files Browse the repository at this point in the history
* fix(structured-list): fixed column header text size

* chore(structured-list): deleted extra file
  • Loading branch information
tay-aitken authored and tw15egan committed May 14, 2018
1 parent a701573 commit 5ecc931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/structured-list/_structured-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
.#{$prefix}--structured-list-th {
@include reset;
@include padding-th;
@include typescale('zeta');
@include typescale('omega');
display: table-cell;
font-weight: 600;
height: rem(40px);
Expand Down
6 changes: 3 additions & 3 deletions src/components/structured-list/structured-list.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<section class="bx--structured-list">
<div class="bx--structured-list-thead">
<div class="bx--structured-list-row bx--structured-list-row--header-row">
<div class="bx--structured-list-th">ColumnA</div>
<div class="bx--structured-list-th">ColumnB</div>
<div class="bx--structured-list-th">ColumnC</div>
<div class="bx--structured-list-th">Column1</div>
<div class="bx--structured-list-th">Column2</div>
<div class="bx--structured-list-th">Column3</div>
</div>
</div>
<div class="bx--structured-list-tbody">
Expand Down

0 comments on commit 5ecc931

Please sign in to comment.