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

Loading…
Cancel
Save