0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -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;
svg {
widht: 100%;
width: 100%;
height: 100%;
}