Skip to content

Commit d142480

Browse files
committed
Fix styling
1 parent 5ccedc7 commit d142480

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@
3838
}
3939

4040
.applies-dropdown {
41-
@apply cursor-pointer font-normal p-2 px-4;
41+
@apply cursor-pointer font-normal p-2 px-4 flex items-center gap-1;
4242
.applicable-info {
4343
@apply cursor-pointer border-none bg-transparent p-0;
4444
&:not(:last-child):after {
45+
@apply text-sm;
4546
content: ',';
4647
}
4748
}
4849
.applicable-name,
4950
.applicable-meta {
50-
@apply text-base;
51+
@apply text-sm;
5152
}
5253
}
5354
}

0 commit comments

Comments
 (0)