Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Code refactoring in table form styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Feb 7, 2020
1 parent 2601f92 commit c5d362f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions theme/ckeditor5-table/tableform.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@
}

.ck.ck-table-form {
& .ck-table-form__border-row {
& .ck-labeled-view {
& > .ck-label {
font-size: var(--ck-font-size-tiny);
}
}

& .ck-table-form__border-style {
width: 80px;
min-width: 80px;
}

& .ck-table-form__border-width {
width: 80px;
min-width: 80px;
}
}

& .ck-table-form__dimension-operator {
margin: 0;
align-self: start;
Expand Down

0 comments on commit c5d362f

Please sign in to comment.