From: Artur Signell Date: Mon, 20 Oct 2008 08:51:39 +0000 (+0000) Subject: Don't wrap button text X-Git-Tag: 6.7.0.beta1~3970 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd83109920c0222893d0a9756235cd11f9843c7a;p=vaadin-framework.git Don't wrap button text svn changeset:5672/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/button/button.css b/WebContent/ITMILL/themes/default/button/button.css index e7735257a3..560b2e849f 100644 --- a/WebContent/ITMILL/themes/default/button/button.css +++ b/WebContent/ITMILL/themes/default/button/button.css @@ -1,6 +1,7 @@ .i-button { cursor: pointer; font-size: 13px; + white-space: nowrap; } .i-button img {