mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
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:
parent
3f7c4f0ad4
commit
fc580f7ee8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue