fix(editor): Fix design system button with icon vertical alignment (#6284)

* fix(editor): Fix design system button with icon vertical alignment

* trigger checks

---------

Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
Csaba Tuncsik 2023-05-24 13:03:46 +02:00 committed by GitHub
parent 3f7c4f0ad4
commit fc580f7ee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -467,6 +467,7 @@ $loading-overlay-background-color: rgba(255, 255, 255, 0);
.icon {
display: inline-flex;
justify-content: center;
align-items: center;
svg {
display: block;