Skip to content

Commit 2e106c3

Browse files
committed
fix: use inline block for buttons
1 parent 937282b commit 2e106c3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/wet-corners-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@scouterna/ui-webc": patch
3+
---
4+
5+
Use inline-block for buttons

packages/ui-webc/src/components/button/button.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:host {
2+
display: inline-block;
3+
}
4+
15
.button {
26
flex: 1;
37
display: inline-flex;

0 commit comments

Comments
 (0)