mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix problem with scroll style in windows
This commit is contained in:
parent
55b6df0ae4
commit
affa37f0c5
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@
|
|||
|
||||
.padding-simple {
|
||||
@extend .input-element;
|
||||
width: $s-108;
|
||||
max-width: $s-108;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -124,7 +124,7 @@
|
|||
|
||||
.padding-multiple {
|
||||
@extend .input-element;
|
||||
width: $s-108;
|
||||
max-width: $s-108;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue