Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

t/145: The URL input should span the width of the balloon #151

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

oleq
Copy link
Member

@oleq oleq commented Sep 8, 2017

Suggested merge commit message (convention)

Fix: The URL input should span the width of the balloon. Closes ckeditor/ckeditor5#4805.


screen shot 2017-09-08 at 15 37 33


// The "Unlink" button.
&:last-child {
float: left;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should replace floats by a flex-box and remove overflow: hidden prom the parent element, but this is not the point of this PR.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flex-box is only partially supported in IE11, that's why we don't use it in the UI.

@oskarwrobel
Copy link
Contributor

Works 👌

@oskarwrobel oskarwrobel merged commit 05b3bf4 into master Sep 8, 2017
@oskarwrobel oskarwrobel deleted the t/145 branch September 8, 2017 14:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link balloon is too narrow
2 participants