diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-25 10:42:28 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-25 10:42:49 +0300 |
commit | cd25b65be1c8a32a5ac9cf7d7d7adf26f050b345 (patch) | |
tree | b440bc765edd14c8615430cbbf1420e4c515c9e0 /WebContent | |
parent | 46ee3ae1c7a6e6270b2319d1c571e4440638e377 (diff) | |
download | vaadin-framework-cd25b65be1c8a32a5ac9cf7d7d7adf26f050b345.tar.gz vaadin-framework-cd25b65be1c8a32a5ac9cf7d7d7adf26f050b345.zip |
Restored content:"" for layout slots which fixes #9736
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/layout/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/layout/layout.scss b/WebContent/VAADIN/themes/base/layout/layout.scss index 4adf6ceb3a..d4f636e6d6 100644 --- a/WebContent/VAADIN/themes/base/layout/layout.scss +++ b/WebContent/VAADIN/themes/base/layout/layout.scss @@ -114,7 +114,7 @@ div.v-layout.v-horizontal.v-widget { .v-align-bottom:before, .v-expand > .v-align-middle:before, .v-expand > .v-align-bottom:before { - + content: ""; display: inline-block; height: 100%; vertical-align: middle; |