mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-12 22:08:48 +00:00
fix width of open bracket on chrome
This commit is contained in:
parent
cc8682003e
commit
2c101ad768
1 changed files with 4 additions and 0 deletions
|
@ -43,5 +43,9 @@ const t = useTranslations();
|
||||||
&.close {
|
&.close {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.open {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue