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;
|
||||
transition: all 0.18s ease-in-out;
|
||||
height: auto;
|
||||
// width: 131px;
|
||||
width: 100%;
|
||||
|
||||
&:hover .icon svg {
|
||||
fill: var(--icon-secondary-hover);
|
||||
|
|
|
|||
Loading…
Reference in a new issue