mirror of https://github.com/penpot/penpot.git
🐛 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
|
|
@ -157,7 +157,7 @@
|
|||
position: relative;
|
||||
|
||||
svg {
|
||||
widht: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue