@steroidsjs/ckeditor5
Version:
The development environment of CKEditor 5 – the best browser-based rich text editor.
29 lines (24 loc) • 637 B
CSS
/*
* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.ck.ck-table-cell-properties-form {
& .ck-form__row {
&.ck-table-cell-properties-form__alignment-row {
flex-wrap: wrap;
& .ck.ck-toolbar {
&:first-of-type {
/* 4 buttons out of 7 (h-alignment + v-alignment) = 0.57 */
flex-grow: 0.57;
}
&:last-of-type {
/* 3 buttons out of 7 (h-alignment + v-alignment) = 0.43 */
flex-grow: 0.43;
}
& .ck-button {
flex-grow: 1;
}
}
}
}
}