summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/formlayout
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-03-12 16:06:00 +0200
committerLeif Åstrand <leif@vaadin.com>2012-03-12 16:06:00 +0200
commit05b2d0be26eaa606a3b969dd8cf089a38eef6058 (patch)
treeb5f6566816cca3e6be8ed14f0f8098d732c0debc /WebContent/VAADIN/themes/base/formlayout
parente49c78d450d23f1bb9b571a483201a6e587c885c (diff)
downloadvaadin-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/base/formlayout')
-rw-r--r--WebContent/VAADIN/themes/base/formlayout/formlayout.css4
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;