Fix character unit sizing
This commit is contained in:
parent
bd0e66a986
commit
6ef884b784
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.18s ease-in-out;
|
transition: all 0.18s ease-in-out;
|
||||||
height: auto;
|
height: auto;
|
||||||
// width: 131px;
|
width: 100%;
|
||||||
|
|
||||||
&:hover .icon svg {
|
&:hover .icon svg {
|
||||||
fill: var(--icon-secondary-hover);
|
fill: var(--icon-secondary-hover);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue