Skip to content

Commit

Permalink
remove extra padding to make textfield and select same height
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Feb 2, 2018
1 parent fbdcdf8 commit c926673
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/scss/select.scss
Expand Up @@ -3,15 +3,6 @@
display: flex;
flex-direction: column;
position: relative;

/**
* align text horizontally with textfields / text inputs
*/
padding-bottom: 8px;
}

.mdc-Select--dense {
padding-bottom: 4px;
}

// no label
Expand Down

0 comments on commit c926673

Please sign in to comment.