mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -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 {
|
.editable-select {
|
||||||
@extend .asset-element;
|
@extend .asset-element;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: $s-1 solid var(--input-border-color);
|
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: $s-32;
|
height: calc($s-32 - 2px); // Fixes border being clipped by the input field
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: $s-8;
|
padding: $s-8;
|
||||||
border-radius: $br-8;
|
border-radius: $br-8;
|
||||||
|
|
Loading…
Add table
Reference in a new issue