]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for 1px button caption jump after changing to HTML5 doctype
authorJohn Ahlroos <john@vaadin.com>
Fri, 7 Sep 2012 14:12:42 +0000 (17:12 +0300)
committerJohn Ahlroos <john@vaadin.com>
Fri, 7 Sep 2012 14:13:02 +0000 (17:13 +0300)
WebContent/VAADIN/themes/base/button/button.scss

index a9e78672685ca0a49d16e7f586d912ce6058e413..ad4dce4978b977cc7e07fe7012a601d08a0b7779 100644 (file)
@@ -32,7 +32,7 @@
 
 .v-button-wrap,
 .v-button-caption {
-       vertical-align: middle;
+       vertical-align: baseline;
        white-space: nowrap;
        font: inherit;
        color: inherit;