Skip to content

Commit

Permalink
fix(select): Отображение тегов в Match Container (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
lskramarov authored and pimenovoleg committed Nov 15, 2018
1 parent 260caf0 commit 2a643cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $mc-select-placeholder-arrow-space: 2 * ($mc-select-arrow-size + $mc-select-arro
}

.mc-select__trigger {
display: inline-table;
display: flex;
box-sizing: border-box;
position: relative;

Expand All @@ -52,8 +52,8 @@ $mc-select-placeholder-arrow-space: 2 * ($mc-select-arrow-size + $mc-select-arro
}

.mc-select__matcher {
display: table-cell;
vertical-align: middle;
display: flex;
align-items: center;

width: 100%;

Expand Down

0 comments on commit 2a643cb

Please sign in to comment.