Skip to content

Commit ffe7dcf

Browse files
authored
Merge pull request #235 from CoreMedia/fix-link-balloon-layout-issue
The contentlink button should take as much space as it needs, but not…
2 parents 12a19e0 + b66ba5b commit ffe7dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ckeditor5-coremedia-link/theme/contentlinkformview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/* content view label - */
3232
.cm-ck-link-form-view .cm-ck-content-link-view > .ck.ck-button__label {
33-
width: 143px;
33+
width: auto;
3434
}
3535

3636
.cm-ck-form-view--loading .cm-ck-content-link-view,

0 commit comments

Comments
 (0)