Skip to content

Commit fcf9851

Browse files
style: command modal style (#2526)
1 parent f6c1dad commit fcf9851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/styles/command-pallette.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}
1010

1111
[cmdk-item] {
12-
/* display: flex;
12+
display: flex;
1313
align-items: center;
1414
justify-content: space-between;
1515
border-radius: 0.375rem;
1616
padding: 0.5rem;
1717
font-size: 0.825rem;
18-
line-height: 1.25rem; */
18+
line-height: 1.25rem;
1919
cursor: pointer;
2020
}
2121

0 commit comments

Comments
 (0)