Remove legacy vertical-align from select fields
authorFlorian <florian.schmidt.welzow@t-online.de>
Mon, 1 Jun 2015 18:01:38 +0000 (20:01 +0200)
committerFlorian <florian.schmidt.welzow@t-online.de>
Mon, 1 Jun 2015 18:01:38 +0000 (20:01 +0200)
They shouldn't be aligned at the top by default.

Bug: T98493
Change-Id: I17b0825079ff28dfc9ea2c1ec24018073aec3794

resources/src/mediawiki.skinning/elements.css

index 8140d1a..9c59fc1 100644 (file)
@@ -237,10 +237,6 @@ textarea {
        box-sizing: border-box;
 }
 
-select {
-       vertical-align: top;
-}
-
 /* Emulate Center */
 .center {
        width: 100%;