diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-02-16 08:42:59 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-02-16 08:42:59 +0000 |
commit | a6b5088e02843216dbca72e852a856e00a8f0448 (patch) | |
tree | 22731776a501d7945c9ee66788b69f924a3a4ee1 /WebContent/ITMILL/themes | |
parent | eba84481b28c3f8c9af173bc669a2184377b9145 (diff) | |
download | vaadin-framework-a6b5088e02843216dbca72e852a856e00a8f0448.tar.gz vaadin-framework-a6b5088e02843216dbca72e852a856e00a8f0448.zip |
#2563 related fix - default link should not wrap
svn changeset:6844/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes')
-rw-r--r-- | WebContent/ITMILL/themes/default/link/link.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |