0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -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;
width: 100%;
padding-bottom: $s-2;
margin-top: calc(-1 * $s-2);
color: var(--title-foreground-color);
cursor: pointer;
}
@ -54,10 +53,10 @@
.file-name-input {
@include flexCenter;
height: 100%;
width: 100%;
margin: 0;
border: 0;
padding: 0;
border-radius: $br-4;
background-color: var(--input-background-color);
font-size: $fs-14;