Skip to content

Commit

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

* fix(structured-list): fixed column header text size

* chore(structured-list): deleted extra file
  • Loading branch information
tay-aitken authored and asudoh committed May 15, 2018
1 parent e8fbe5b commit 26ab057
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.hbs
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 26ab057

Please sign in to comment.