]> source.dussan.org Git - vaadin-framework.git/commitdiff
Cells should not overflow #12645
authorJohn Ahlroos <john@vaadin.com>
Wed, 18 Dec 2013 14:05:27 +0000 (16:05 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 15 Jan 2014 08:18:32 +0000 (08:18 +0000)
Change-Id: I5683fe14bc695488f398af2f8e7faf39bbbb2f9f

WebContent/VAADIN/themes/base/escalator/escalator.scss

index 8136f23df66497bd4244b55a6b62e112e8119303..21424bd4562e43b0df0a30e258753b1619d4245d 100644 (file)
@@ -99,6 +99,7 @@ $border-color: #aaa;
        white-space: nowrap;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
+       overflow:hidden;
 }
 
 .#{$primaryStyleName}-cell.frozen {