Skip to content

Commit 83f55ad

Browse files
committed
Run prettier
1 parent d142480 commit 83f55ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Elastic.Documentation.Site/Assets/markdown/dropdown.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
.dropdown-content {
2121
@apply px-4 pb-4;
2222
}
23-
23+
2424
.dropdown-title__container {
2525
@apply flex items-stretch;
2626
}
27-
27+
2828
.dropdown-title__separator {
29-
@apply block w-[1px] bg-grey-20;
29+
@apply bg-grey-20 block w-[1px];
3030
}
31-
31+
3232
.dropdown-title__icon {
3333
@apply flex items-center justify-center px-4 py-2;
3434
}
35-
35+
3636
.dropdown-title__summary-text {
37-
@apply py-2 px-4;
37+
@apply px-4 py-2;
3838
}
3939

4040
.applies-dropdown {
41-
@apply cursor-pointer font-normal p-2 px-4 flex items-center gap-1;
41+
@apply flex cursor-pointer items-center gap-1 p-2 px-4 font-normal;
4242
.applicable-info {
4343
@apply cursor-pointer border-none bg-transparent p-0;
4444
&:not(:last-child):after {

0 commit comments

Comments
 (0)