Skip to content

Commit

Permalink
fix(elements|ino-icon): improve vertical alignment (#1234)
Browse files Browse the repository at this point in the history
* fix(elements): set vertical alignment of ino-icon to middle

* revert readme changes
  • Loading branch information
BenPag committed Feb 8, 2024
1 parent 04d44aa commit 6f4b4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/elements/src/components/ino-icon/ino-icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
display: inline-flex;
flex-direction: column;
justify-content: center;
vertical-align: middle;

i {
font-size: inherit;
Expand Down

0 comments on commit 6f4b4a4

Please sign in to comment.