We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5fe6fc + 081d572 commit 3d82b4dCopy full SHA for 3d82b4d
src/styles/components/widgets/_colorpicker.scss
@@ -98,8 +98,9 @@ $colorpicker-width: 185px;
98
99
.fold .fold {
100
.colorpicker__container {
101
- width: calc(
102
- #{$colorpicker-width} - var(--spacing-half-unit) - var(--spacing-half-unit)
103
- );
+ width: calc(#{$colorpicker-width} - var(--spacing-half-unit) - var(--spacing-half-unit));
+ }
+ .colorpicker__outer {
104
105
}
106
0 commit comments