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

Fix grid-mode-selector styling #2071

Merged
merged 1 commit into from
Dec 8, 2016
Merged

Conversation

jpellizzari
Copy link
Contributor

Fixes #2056.

Nothing else in the header tries to re-size to accommodate smaller screens, so neither should the graph/table selector. This sets it to a minimum width to prevent the wrapping behavior.

Before:
screen shot 2016-12-07 at 4 33 10 pm
After:
screen shot 2016-12-07 at 4 33 19 pm

@bowenli Could you review pretty please?

@jpellizzari jpellizzari assigned jpellizzari and bowenli and unassigned jpellizzari Dec 8, 2016
@jpellizzari jpellizzari requested a review from bowenli December 8, 2016 22:39
@jpellizzari jpellizzari assigned jpellizzari and unassigned bowenli Dec 8, 2016
@jpellizzari
Copy link
Contributor Author

I should also mention that this solves an issue where there was one pixel of space between the inner div's border and the other divs border.

@jpellizzari jpellizzari closed this Dec 8, 2016
&:first-child,
&:last-child {
.grid-mode-selector-action {
border-radius: 0;

This comment was marked as abuse.

@jpellizzari jpellizzari reopened this Dec 8, 2016
@bowenli
Copy link
Contributor

bowenli commented Dec 8, 2016

LGTM

@jpellizzari jpellizzari merged commit 856a5a0 into master Dec 8, 2016
@jpellizzari jpellizzari deleted the 2056-graph-table-buttons branch January 17, 2017 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants