tablecellproperties.css 504 B

123456789101112131415161718192021222324
  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-cell-properties-form {
  6. width: 320px;
  7. & .ck-form__row {
  8. & .ck-table-cell-properties-form__background,
  9. & .ck-table-cell-properties-form__padding {
  10. width: 50%;
  11. }
  12. &.ck-table-cell-properties-form__alignment-row {
  13. flex-wrap: wrap;
  14. & .ck.ck-toolbar {
  15. flex-grow: 0;
  16. background: none;
  17. }
  18. }
  19. }
  20. }