Skip to content

Commit

Permalink
fix(elements|ino-button): adjust width to prevent unintended clicks (#…
Browse files Browse the repository at this point in the history
…1237)

fix: displays ino-button as inline-block element
  • Loading branch information
BenPag authored Feb 8, 2024
1 parent 24a6ada commit 04d44aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/elements/src/components/ino-button/ino-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ $edged-border: 24px 0 24px 24px;
}

ino-button {
display: inline-block;

.button {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 04d44aa

Please sign in to comment.