Skip to content

Commit

Permalink
issue-283 Fix vertical alignment of tag close button
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Nov 25, 2019
1 parent 6212a51 commit 8b4edff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/matchbox/src/components/Tag/Tag.module.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@import '../../styles/config';

.Tag {
display: inline-block;
display: inline-flex;
white-space: nowrap;
align-items: center;
}

.hasRemove {
Expand Down

0 comments on commit 8b4edff

Please sign in to comment.