0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

🐛 Fix color rename input height

This commit is contained in:
Belén Albeza 2024-03-04 10:49:19 +01:00
parent 6e4075a2e7
commit 7833a06a86

View file

@ -55,7 +55,6 @@ $assets-button-width: $s-28;
@include bodySmallTypography;
@include removeInputStyle;
flex-grow: 1;
height: $s-28;
max-width: calc(var(--parent-size) - (var(--depth) * var(--layer-indentation-size)));
margin: 0;
color: var(--layer-row-foreground-color);