From: Jouni Koivuviita Date: Thu, 17 Dec 2009 13:25:23 +0000 (+0000) Subject: Small fix for Sampler main screen with small screen sizes. X-Git-Tag: 6.7.0.beta1~2116 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10ecf4d4cf644f1e3f453cf63a457192f8c7f0dd;p=vaadin-framework.git Small fix for Sampler main screen with small screen sizes. svn changeset:10389/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index 8b1ea66413..7b335ad466 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -349,7 +349,8 @@ font-weight: bold; text-shadow: 0 2px 1px #c0c1c2; color: #1e2229; - float: left; + overflow: hidden; + text-overflow: ellipsis; } .v-app-SamplerApplication .v-label-root-section span { display: block;