Merge pull request #10894 from ArtemDzhereleiko/AD/bug-fix/fixed-color-picker-copy-for-dialog

Fixed Color picker centering color copy for dialog
This commit is contained in:
Igor Kulikov 2024-05-31 13:39:49 +03:00 committed by GitHub
commit 0728265b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,9 @@
indicator-component {
svg {
vertical-align: -100% !important;
transform: scale(0.5);
height: 100% !important;
vertical-align: baseline !important;
}
}