mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
Fix border clipping
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user