Skip to content

Commit

Permalink
Merge pull request #10894 from ArtemDzhereleiko/AD/bug-fix/fixed-colo…
Browse files Browse the repository at this point in the history
…r-picker-copy-for-dialog

Fixed Color picker centering color copy for dialog
  • Loading branch information
ikulikov committed May 31, 2024
2 parents 6b4cef9 + 3ca335b commit 0728265
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@

indicator-component {
svg {
vertical-align: -100% !important;
transform: scale(0.5);
height: 100% !important;
vertical-align: baseline !important;
}
}

Expand Down

0 comments on commit 0728265

Please sign in to comment.