Fix dropdown icon

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
merge-requests/938/head
marcin mikołajczak 3 years ago
parent 52dabed829
commit cf46c45baf

@ -496,7 +496,7 @@ code {
&::after { &::after {
display: flex; display: flex;
align-items: center; align-items: center;
font-family: "Font Awesome 5 Free"; font-family: 'Font Awesome 5 Free';
content: ""; content: "";
position: absolute; position: absolute;
right: 12px; right: 12px;
@ -504,6 +504,7 @@ code {
padding-left: 12px; padding-left: 12px;
pointer-events: none; pointer-events: none;
margin-top: 8px; margin-top: 8px;
font-weight: 900;
} }
} }

Loading…
Cancel
Save