0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 20:39:09 -05:00

🐛 Fix file renaming input size

This commit is contained in:
Belén Albeza 2024-03-13 12:55:08 +01:00 committed by Alonso Torres
parent eabec6be20
commit 5f0b86e0df

View file

@ -41,7 +41,6 @@
height: $s-16; height: $s-16;
width: 100%; width: 100%;
padding-bottom: $s-2; padding-bottom: $s-2;
margin-top: calc(-1 * $s-2);
color: var(--title-foreground-color); color: var(--title-foreground-color);
cursor: pointer; cursor: pointer;
} }
@ -54,10 +53,10 @@
.file-name-input { .file-name-input {
@include flexCenter; @include flexCenter;
height: 100%;
width: 100%; width: 100%;
margin: 0; margin: 0;
border: 0; border: 0;
padding: 0;
border-radius: $br-4; border-radius: $br-4;
background-color: var(--input-background-color); background-color: var(--input-background-color);
font-size: $fs-14; font-size: $fs-14;