Skip to content

Commit 84bab1c

Browse files
authored
fix: download options alignment (#8209)
1 parent 39850b9 commit 84bab1c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/ui-components/src/Common/Select/index.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
.select {
44
@apply inline-flex
55
flex-col
6-
gap-1.5;
6+
gap-1.5
7+
align-middle;
78

89
.label {
910
@apply block

packages/ui-components/src/Common/Skeleton/index.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
@apply outline-hidden
55
dark:animate-pulse-dark
66
pointer-events-none
7+
inline-flex
78
animate-pulse
89
cursor-default
910
select-none
1011
rounded-md
1112
border-none
1213
bg-clip-border
14+
align-middle
1315
text-transparent
1416
shadow-none;
1517
}

0 commit comments

Comments
 (0)