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:
parent
eabec6be20
commit
5f0b86e0df
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue