-
Notifications
You must be signed in to change notification settings - Fork 843
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
Fix width of filter group items #1078
Conversation
I actually did edit the docs. I removed that manual classname to the popover. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; pulled and verified on filter group and search bar docs pages.
I'll also double-check IE before I merge. |
I just checked IE, and the filter group example is fine, but the search bar example's popover doesn't adjust it's width after the loading anim goes away and the items are loaded in. @chandlerprall any thought? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good. Testing in Chrome/FF on the popover / table / searchbar and filtergroup pages.
Assuming IE gets fixed. 👍
@cchaos the filter bar is positioned incorrectly for me in both IE11 and Edge I see the incorrect width of the search bar's Tag filter in IE11, digging into that. |
Adding
display: block
to the items ensures the elements are only as wide as they need to be (somehow).Also removed the max-width of the filter group popover since it's being overridden and also just unnecessary because of the actual fix and that it's a manual class vs component class.