mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -05:00
Merge pull request #5098 from penpot/eva-fix-desing-panel
🐛 Fix path side panel options
This commit is contained in:
commit
e164692391
1 changed files with 6 additions and 2 deletions
|
@ -18,8 +18,9 @@
|
|||
}
|
||||
|
||||
.stroke-options {
|
||||
@include flexRow;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
gap: $s-4;
|
||||
grid-template-columns: 1fr 2fr 2fr;
|
||||
|
||||
.stroke-width-input-element {
|
||||
|
@ -28,7 +29,10 @@
|
|||
}
|
||||
}
|
||||
.stroke-caps-options {
|
||||
@include flexRow;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
gap: $s-4;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
}
|
||||
|
||||
.cap-select {
|
||||
|
|
Loading…
Add table
Reference in a new issue