mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
fix layer options width bug
This commit is contained in:
parent
5fe16abd38
commit
c7acd82bda
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 0;
|
||||
width: 88%;
|
||||
width: 60%;
|
||||
|
||||
li {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue