Skip to content

Commit 105d6e7

Browse files
committed
feat(tooltip): switch content alignment to be flex-start
1 parent f053392 commit 105d6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tooltip/themes/tooltip.base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
text-align: start;
1919
max-width: 200px;
2020
display: flex;
21-
align-items: center;
21+
align-items: flex-start;
2222
gap: rem(8px);
2323
position: relative;
2424
}

0 commit comments

Comments
 (0)