fix(editor): Align description button positioning (no-changelog) (#21947)

This commit is contained in:
Dawid Myslak 2025-11-17 17:00:00 +01:00 committed by GitHub
parent 9ddedb03df
commit 13fe3fd57b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,7 +221,6 @@ watch(descriptionValue, (newValue) => {
.description-button {
border: none;
position: relative;
top: var(--spacing--5xs);
&.active {
color: var(--color--background--shade-2);