diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-07 17:12:42 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-07 17:13:02 +0300 |
commit | ea4a70863542771351d5ac8e42cc51d8e36beabd (patch) | |
tree | 2f47995bffcbcaa799e8465996690bf198ff727a | |
parent | 1fb7d999a09bea25256eef0e9837523c7c81841f (diff) | |
download | vaadin-framework-ea4a70863542771351d5ac8e42cc51d8e36beabd.tar.gz vaadin-framework-ea4a70863542771351d5ac8e42cc51d8e36beabd.zip |
Fix for 1px button caption jump after changing to HTML5 doctype
-rw-r--r-- | WebContent/VAADIN/themes/base/button/button.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/button/button.scss b/WebContent/VAADIN/themes/base/button/button.scss index a9e7867268..ad4dce4978 100644 --- a/WebContent/VAADIN/themes/base/button/button.scss +++ b/WebContent/VAADIN/themes/base/button/button.scss @@ -32,7 +32,7 @@ .v-button-wrap, .v-button-caption { - vertical-align: middle; + vertical-align: baseline; white-space: nowrap; font: inherit; color: inherit; |