0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 17:00:36 -05:00

🐛 Fix mini visual bug

This commit is contained in:
Andrés Moya 2021-06-10 11:19:25 +02:00
parent f95705d2d6
commit 6988ae83c9

View file

@ -1415,7 +1415,7 @@
transform: rotate(45deg);
}
.top-down svg {
.top-bottom svg {
transform: rotate(-45deg);
}