mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 17:41:39 +02: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;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 88%;
|
width: 60%;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue