Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color Picker: Fix width of popover #10805

Merged
merged 1 commit into from
Oct 19, 2018

Conversation

ryelle
Copy link
Contributor

@ryelle ryelle commented Oct 19, 2018

Looks like a bit of CSS was lost in the merge of #10564 – we need to remove the min-width: unset on the popover, because the new color picker does not set its own min-width. Removing this CSS allows the popover to be the default size.

Before:
screen shot 2018-10-19 at 12 24 15 pm

After:
screen shot 2018-10-19 at 12 23 48 pm

cc @tofumatt & @afercia for reporting

Copy link
Member

@tofumatt tofumatt left a comment

Choose a reason for hiding this comment

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

Shoot, sorry for missing this! Thanks!

@tofumatt tofumatt added this to the 4.1 - UI freeze milestone Oct 19, 2018
@youknowriad youknowriad merged commit 1292d8b into WordPress:master Oct 19, 2018
@mtias mtias added [Type] Bug An existing feature does not function as intended [Feature] UI Components Impacts or related to the UI component system labels Oct 20, 2018
antpb pushed a commit to antpb/gutenberg that referenced this pull request Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] UI Components Impacts or related to the UI component system [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants