]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes alignment issue in FF + inline-block usage 1627/head
authorSam Georges <sam@daftspunk.com>
Fri, 1 Mar 2013 12:24:09 +0000 (23:24 +1100)
committerSam Georges <sam@daftspunk.com>
Fri, 1 Mar 2013 12:24:09 +0000 (23:24 +1100)
scss/foundation/components/_custom-forms.scss

index 59f836155dc4c4c489c9d1daaf93532a451bfce9..0a1b4aeda4d21ef0fca5b74c3e2dcdada2b54bff 100644 (file)
@@ -111,6 +111,7 @@ form.custom {
     -webkit-box-shadow: none;
     box-shadow: none;
     font-size: emCalc(14px);
+    vertical-align: top;
 
     ul {
       overflow-y: auto;