Skip to content

Commit

Permalink
Resolve 283 - Fix vertical alignment of tag close button (#284)
Browse files Browse the repository at this point in the history
* issue-283 Fix vertical alignment of tag close button

* issue-283 Update unreleased.md
  • Loading branch information
jonambas authored Nov 25, 2019
1 parent 4ca5cfc commit 66c1603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion unreleased.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Unreleased Changes

- #282 - Replace `data-test` with `data-id`
- #284 - Fix vertical alignment of tag close button
- #282 - Replace `data-test` with `data-id`

0 comments on commit 66c1603

Please sign in to comment.