aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2013-12-18 16:05:27 +0200
committerVaadin Code Review <review@vaadin.com>2014-01-15 08:18:32 +0000
commitea2402613b2e23d8d0767bf4cfc93e5400f9082a (patch)
tree82a4d8453a60e80471d9eebfbb3f4b2ce3218217 /WebContent
parenta60704c462c9e3ce33c47c2c5eac7554cc5edbff (diff)
downloadvaadin-framework-ea2402613b2e23d8d0767bf4cfc93e5400f9082a.tar.gz
vaadin-framework-ea2402613b2e23d8d0767bf4cfc93e5400f9082a.zip
Cells should not overflow #12645
Change-Id: I5683fe14bc695488f398af2f8e7faf39bbbb2f9f
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/escalator/escalator.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/escalator/escalator.scss b/WebContent/VAADIN/themes/base/escalator/escalator.scss
index 8136f23df6..21424bd456 100644
--- a/WebContent/VAADIN/themes/base/escalator/escalator.scss
+++ b/WebContent/VAADIN/themes/base/escalator/escalator.scss
@@ -99,6 +99,7 @@ $border-color: #aaa;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
+ overflow:hidden;
}
.#{$primaryStyleName}-cell.frozen {