0
Fork 0
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:
Florian Schroedl 2024-05-17 08:13:55 +02:00
parent 6a8887d9cc
commit b0dcbae3ac

View file

@ -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;