Skip to content

Commit

Permalink
fix(Select): Text vertical alignment (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlwendy authored and benjamincharity committed Sep 16, 2019
1 parent 5c6f60a commit 07c8521
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terminus-ui/select/src/select.component.scss
Original file line number Diff line number Diff line change
@@ -25,6 +25,12 @@ $ts-select-placeholder-arrow-space: 2 * ($ts-select-arrow-size + $ts-select-arro
@include reset;
display: block;
outline: none;
.ts-form-field {
.ts-form-field__infix {
$select-form-field-padding-top: .6em;
padding: $select-form-field-padding-top 0 1em;
}
}

// <div> trigger to open select
.ts-select-trigger {

0 comments on commit 07c8521

Please sign in to comment.