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:
parent
631c5ecae3
commit
b7ba3098ae
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
position: relative;
|
||||
|
||||
svg {
|
||||
widht: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue