fix(editor): Adjust MappingFields parameterInput width to account for delete button (no-changelog) (#13677)

This commit is contained in:
Charlie Kolb 2025-03-04 16:13:05 +01:00 committed by GitHub
parent 5fe33efc94
commit 72c535f583
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -449,7 +449,7 @@ defineExpose({
padding: 0 0 0 var(--spacing-s);
.parameterInput {
width: 100%;
width: calc(100% - var(--delete-option-width));
}
.parameterInput:first-child {