Fix dropdown icon

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-12-30 13:15:34 +01:00
parent 52dabed829
commit cf46c45baf

View file

@ -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;
}
}