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 #346 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 aa8c0a2 + c9c1786 commit 1b8369f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/textalternativeform.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
flex-direction: row;
flex-wrap: nowrap;

& .ck-labeled-input {
& .ck-labeled-field-view {
display: inline-block;
}

Expand All @@ -21,7 +21,7 @@
@mixin ck-media-phone {
flex-wrap: wrap;

& .ck-labeled-input {
& .ck-labeled-field-view {
flex-basis: 100%;
}

Expand Down

0 comments on commit 1b8369f

Please sign in to comment.