diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-03-05 17:01:56 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-03-05 17:01:56 +0200 |
commit | e439a08a0e561212419e0bd99660e85211f8b968 (patch) | |
tree | c84979ab9a6bbd4aa49274eebde208edbbba28b6 /WebContent/VAADIN | |
parent | 6ca2999e46a571c8866ae85fbfb055429fe26a6c (diff) | |
download | vaadin-framework-e439a08a0e561212419e0bd99660e85211f8b968.tar.gz vaadin-framework-e439a08a0e561212419e0bd99660e85211f8b968.zip |
Don't assign any extra space to the width column (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/base/formlayout/formlayout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css index 384c3bace1..da98aeb389 100644 --- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css @@ -14,6 +14,7 @@ .v-formlayout-captioncell { text-align:right; white-space: nowrap; + width: 0; } .v-formlayout-captioncell .v-caption { overflow: visible; |