From a6b5088e02843216dbca72e852a856e00a8f0448 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 16 Feb 2009 08:42:59 +0000 Subject: [PATCH] #2563 related fix - default link should not wrap svn changeset:6844/svn branch:trunk --- WebContent/ITMILL/themes/default/link/link.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5