Browse Source

Merge pull request #127 from Leopoldthecoder/next

fix select style in form
cinwell.li 9 years ago
parent
commit
7e34836765
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/theme-default/src/select.css

+ 2 - 0
packages/theme-default/src/select.css

@@ -130,6 +130,7 @@
       margin: 4px 0 -3px 10px;
       color: #666;
       font-size: 14px;
+      vertical-align: baseline;
       appearance: none;
       height: 28px;
       background-color: transparent;
@@ -152,6 +153,7 @@
 
     @e tags {
       position: absolute;
+      line-height: normal;
       z-index: var(--index-top);
     }