Skip to content

Commit 6e71c33

Browse files
committed
fix: button styling override for empty state
1 parent 195dd06 commit 6e71c33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Common/EmptyState/emptyState.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
max-height: 200px;
2828
width: auto;
2929
}
30+
.button svg {
31+
height: 100%;
32+
max-height: none;
33+
width: 100%;
34+
}
3035
h1,
3136
h2,
3237
h3,

0 commit comments

Comments
 (0)