mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Fix border clipping
This commit is contained in:
parent
6a8887d9cc
commit
b0dcbae3ac
1 changed files with 1 additions and 2 deletions
|
@ -9,10 +9,9 @@
|
|||
.editable-select {
|
||||
@extend .asset-element;
|
||||
margin: 0;
|
||||
border: $s-1 solid var(--input-border-color);
|
||||
position: relative;
|
||||
display: flex;
|
||||
height: $s-32;
|
||||
height: calc($s-32 - 2px); // Fixes border being clipped by the input field
|
||||
width: 100%;
|
||||
padding: $s-8;
|
||||
border-radius: $br-8;
|
||||
|
|
Loading…
Add table
Reference in a new issue