Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix(demo): fix table breaking demo layout (#387)
Browse files Browse the repository at this point in the history
With this update, table cells content now can be multiline (text wrap)

close #374
  • Loading branch information
rbarilani authored Sep 21, 2017
1 parent 1236d6f commit 07c0009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/atoms/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@
padding: $dc-space75 + .1 $dc-space50 $dc-space75 + .1;
font-weight: $dc-normal-font-weight;
line-height: $dc-body-line-height;
white-space: nowrap;

&:first-child {
padding-left: $dc-space100 / 2;
Expand Down

0 comments on commit 07c0009

Please sign in to comment.