From: Artur Signell Date: Mon, 16 Feb 2009 08:42:59 +0000 (+0000) Subject: #2563 related fix - default link should not wrap X-Git-Tag: 6.7.0.beta1~3150 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a6b5088e02843216dbca72e852a856e00a8f0448;p=vaadin-framework.git #2563 related fix - default link should not wrap svn changeset:6844/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/link/link.css b/WebContent/ITMILL/themes/default/link/link.css index c781da5006..8d286b33fe 100644 --- a/WebContent/ITMILL/themes/default/link/link.css +++ b/WebContent/ITMILL/themes/default/link/link.css @@ -2,6 +2,10 @@ * Link component styles * (useless to move into a separate file) */ +.i-link { + white-space: nowrap; +} + .i-link a { color: #464f52; vertical-align: middle;