0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix problem with scroll style in windows

This commit is contained in:
alonso.torres 2024-03-14 16:54:15 +01:00
parent 55b6df0ae4
commit affa37f0c5

View file

@ -113,7 +113,7 @@
.padding-simple {
@extend .input-element;
width: $s-108;
max-width: $s-108;
}
}
@ -124,7 +124,7 @@
.padding-multiple {
@extend .input-element;
width: $s-108;
max-width: $s-108;
}
}