tableproperties.css 412 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. .ck.ck-table-properties-form {
  6. & .ck-form__row {
  7. &.ck-table-properties-form__alignment-row {
  8. flex-wrap: wrap;
  9. flex-basis: 0;
  10. align-content: baseline;
  11. & .ck.ck-toolbar .ck-toolbar__items {
  12. flex-wrap: nowrap;
  13. }
  14. }
  15. }
  16. }