Skip to content

Commit

Permalink
Merge pull request #97 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 178410a + 0463fe8 commit 943835a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-media-embed/theme/mediaform.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
flex-direction: row;
flex-wrap: nowrap;

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

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

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

Expand Down

0 comments on commit 943835a

Please sign in to comment.