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

Closes #369: Correct datasource documentation link alignment. #394

Merged
merged 1 commit into from
May 9, 2018

Conversation

emtwo
Copy link

@emtwo emtwo commented May 4, 2018

Turns out there was another datasource dropdown that is hidden on larger screens but still taking up space.

Used display: none; to remove the space it takes up. Needed to use !important because the select tag here also has the form-control class which was overriding values for display: https://github.com/mozilla/redash/blob/master/client/app/pages/queries/query.html#L152.

Here are screenshots with the bug fix:

On large screens:
screen shot 2018-05-04 at 2 57 09 pm

On small screens:
screen shot 2018-05-04 at 2 57 28 pm

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