From 07c0009dd290d96ecfe39e5dab1c4f66ef688e00 Mon Sep 17 00:00:00 2001 From: Ruben Barilani Date: Thu, 21 Sep 2017 11:37:13 +0200 Subject: [PATCH] fix(demo): fix table breaking demo layout (#387) With this update, table cells content now can be multiline (text wrap) close #374 --- src/styles/atoms/_table.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/atoms/_table.scss b/src/styles/atoms/_table.scss index 693aca38..55116028 100644 --- a/src/styles/atoms/_table.scss +++ b/src/styles/atoms/_table.scss @@ -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;