@@ -19,6 +19,11 @@
top: 50%;
transform: translate( 0, -50% );
}
+
+ /* Dropdown button should span horizontally, e.g. in vertical toolbars */
+ & .ck-button.ck-dropdown__button {
+ width: 100%;
+ }
.ck-dropdown__panel {