We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39850b9 commit 84bab1cCopy full SHA for 84bab1c
2 files changed
packages/ui-components/src/Common/Select/index.module.css
@@ -3,7 +3,8 @@
3
.select {
4
@apply inline-flex
5
flex-col
6
- gap-1.5;
+ gap-1.5
7
+ align-middle;
8
9
.label {
10
@apply block
packages/ui-components/src/Common/Skeleton/index.module.css
@@ -4,12 +4,14 @@
@apply outline-hidden
dark:animate-pulse-dark
pointer-events-none
+ inline-flex
animate-pulse
cursor-default
select-none
11
rounded-md
12
border-none
13
bg-clip-border
14
+ align-middle
15
text-transparent
16
shadow-none;
17
}
0 commit comments