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

search-pills: Fix visual bugs due to CSS refactoring of input pills. #10081

Closed
wants to merge 1 commit into from

Conversation

shubham-padia
Copy link
Member

Changed search pill padding, .navbar-search flex-wrap to match with
the CSS refactoring in 66df4e3.
The height: 100% changes to .navbar-search and .input-append
make up for the issue in which the pills overflowed in the mobile
view due to .navbar-search height being declared 40px explicitly
while the actual height in mobile view was shorter.

For mobile view:

Before:

selection_195

After:

selection_196

Changed search pill padding, `.navbar-search` flex-wrap to match with
the CSS refactoring in 66df4e3.
The `height: 100%` changes to `.navbar-search` and `.input-append`
make up for the issue in which the pills overflowed in the mobile
view due to `.navbar-search` height being declared 40px explicitly
while the actual heiight in mobile view was shorter.
@timabbott
Copy link
Sponsor Member

Nice, merged, thanks @shubham-padia!

One random sidenote while looking at this: We'll probably want to do some prettier things with the pills (e.g. make a stream pill use some nicer styling using the # etc.). Not a blocker, though.

@timabbott timabbott closed this Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants