diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-03-12 16:06:00 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-03-12 16:06:00 +0200 |
commit | 05b2d0be26eaa606a3b969dd8cf089a38eef6058 (patch) | |
tree | b5f6566816cca3e6be8ed14f0f8098d732c0debc /WebContent/VAADIN/themes | |
parent | e49c78d450d23f1bb9b571a483201a6e587c885c (diff) | |
download | vaadin-framework-05b2d0be26eaa606a3b969dd8cf089a38eef6058.tar.gz vaadin-framework-05b2d0be26eaa606a3b969dd8cf089a38eef6058.zip |
Use 1px instead of 0 to avoid extra space in left col (#8313)
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/base/formlayout/formlayout.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css index 8f0366633a..7f712ce28d 100644 --- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css @@ -14,9 +14,7 @@ .v-formlayout-captioncell { text-align:right; white-space: nowrap; -} -.v-formlayout.v-has-width > table > tbody > tr > td.v-formlayout-contentcell { - width: 100%; + width: 1px; /* Don't use any extra space */ } .v-formlayout-captioncell .v-caption { overflow: visible; |