Skip to content

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 #6553).
  • Loading branch information
oleq authored Apr 8, 2020
2 parents 65708d1 + 0d5f055 commit ece1403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-image/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 ece1403

Please sign in to comment.