]> source.dussan.org Git - vaadin-framework.git/commitdiff
Don't assign any extra space to the width column (#8313)
authorLeif Åstrand <leif@vaadin.com>
Mon, 5 Mar 2012 15:01:56 +0000 (17:01 +0200)
committerLeif Åstrand <leif@vaadin.com>
Mon, 5 Mar 2012 15:01:56 +0000 (17:01 +0200)
WebContent/VAADIN/themes/base/formlayout/formlayout.css

index 384c3bace14582856958abc08943f97eec0fc5e3..da98aeb389e78c955e75a7ae02614027cee48bb7 100644 (file)
@@ -14,6 +14,7 @@
 .v-formlayout-captioncell {
        text-align:right;
        white-space: nowrap;
+       width: 0;
 }
 .v-formlayout-captioncell .v-caption {
        overflow: visible;