From 10ecf4d4cf644f1e3f453cf63a457192f8c7f0dd Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 17 Dec 2009 13:25:23 +0000 Subject: [PATCH] Small fix for Sampler main screen with small screen sizes. svn changeset:10389/svn branch:6.2 --- WebContent/VAADIN/themes/sampler/sampler/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5