Product Editor: Alignment of SKU and GTIN fields is off (#51988)

* Fix the icon alignment when shown as part of the input label

* Add changelog file
This commit is contained in:
Maikel Perez 2024-10-15 09:39:53 -03:00 committed by GitHub
parent 68819839d2
commit ddb7e8380c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix the icon alignment when shown as part of the input label

View File

@ -25,5 +25,7 @@
&__icon {
display: flex;
align-items: center;
height: 1rem;
}
}