Fix dropdown icon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
52dabed829
commit
cf46c45baf
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue