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 #73 from ckeditor/t/44
Browse files Browse the repository at this point in the history
Fix: Added `min-width` to `.ck-content .media` to allow integration with tables. Closes #44.
  • Loading branch information
jodator authored Jan 14, 2019
2 parents 869f8d6 + 71c3950 commit 01129fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/mediaembed.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
/* Make sure media is not overriden with Bootstrap default `flex` value.
See: https://github.com/ckeditor/ckeditor5/issues/1373. */
display: block;

/* Give the media some minimal width in the content to prevent them
from being "squashed" in tight spaces, e.g. in table cells (#44) */
min-width: 15em;
}

0 comments on commit 01129fe

Please sign in to comment.