0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

🐛 Fix typo in workspace.scss

Correct the spelling of 'width' to ensure it is set to '100%' properly and does not default to 'auto'.
This commit is contained in:
Maciek Baron 2021-11-13 14:36:20 +00:00 committed by Andrey Antukh
parent 631c5ecae3
commit b7ba3098ae

View file

@ -157,7 +157,7 @@
position: relative; position: relative;
svg { svg {
widht: 100%; width: 100%;
height: 100%; height: 100%;
} }