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

Commit

Permalink
Merge pull request #298 from ckeditor/i/6553
Browse files Browse the repository at this point in the history
Internal: Replaced the `.ck-labeled-input` class with `.ck-labeled-field-view` (see ckeditor/ckeditor5#6553).
  • Loading branch information
oleq authored Apr 8, 2020
2 parents 396c6e9 + 6c66fb8 commit 5168300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/tableform.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
&.ck-table-form__border-row {
flex-wrap: wrap;

& .ck-labeled-view {
& .ck-labeled-field-view {
display: flex;
flex-direction: column-reverse;

Expand All @@ -30,7 +30,7 @@
flex-wrap: wrap;
align-items: center;

& .ck-labeled-view {
& .ck-labeled-field-view {
display: flex;
flex-direction: column-reverse;
align-items: center;
Expand All @@ -46,11 +46,11 @@
}
}

& .ck.ck-labeled-view {
& .ck.ck-labeled-field-view {
/* Allow absolute positioning of the status (error) balloons. */
position: relative;

& .ck.ck-labeled-view__status {
& .ck.ck-labeled-field-view__status {
position: absolute;
left: 50%;
bottom: calc( -1 * var(--ck-table-properties-error-arrow-size) );
Expand Down

0 comments on commit 5168300

Please sign in to comment.