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 {
|
&::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…
Reference in a new issue