diff options
author | John Ahlroos <john@vaadin.com> | 2013-12-18 16:05:27 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-01-15 08:18:32 +0000 |
commit | ea2402613b2e23d8d0767bf4cfc93e5400f9082a (patch) | |
tree | 82a4d8453a60e80471d9eebfbb3f4b2ce3218217 /WebContent | |
parent | a60704c462c9e3ce33c47c2c5eac7554cc5edbff (diff) | |
download | vaadin-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.scss | 1 |
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 { |