|
|
@@ -18,6 +18,9 @@
|
|
|
& .ck-dropdown__arrow {
|
|
|
right: var(--ck-spacing-standard);
|
|
|
width: var(--ck-dropdown-arrow-size);
|
|
|
+
|
|
|
+ /* A space to accommodate the triangle. */
|
|
|
+ margin-left: var(--ck-spacing-small);
|
|
|
}
|
|
|
|
|
|
&.ck-disabled .ck-dropdown__arrow {
|
|
|
@@ -25,9 +28,6 @@
|
|
|
}
|
|
|
|
|
|
& .ck-button.ck-dropdown__button {
|
|
|
- /* A space to accommodate the triangle. */
|
|
|
- padding-right: calc(2.5 * var(--ck-spacing-standard));
|
|
|
-
|
|
|
&:not(.ck-button_with-text) {
|
|
|
/* Make sure dropdowns with just an icon have the right inner spacing */
|
|
|
padding-left: var(--ck-spacing-small);
|