]> source.dussan.org Git - vaadin-framework.git/commitdiff
#2563 related fix - default link should not wrap
authorArtur Signell <artur.signell@itmill.com>
Mon, 16 Feb 2009 08:42:59 +0000 (08:42 +0000)
committerArtur Signell <artur.signell@itmill.com>
Mon, 16 Feb 2009 08:42:59 +0000 (08:42 +0000)
svn changeset:6844/svn branch:trunk

WebContent/ITMILL/themes/default/link/link.css

index c781da500673a320951e287a1295bd110aff99d5..8d286b33fe688545d2b653eb7f58e8bd02ce9e41 100644 (file)
@@ -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;