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

The 'more' button drops onto a second line. #18

Closed
SirRawlins opened this issue Apr 27, 2016 · 3 comments
Closed

The 'more' button drops onto a second line. #18

SirRawlins opened this issue Apr 27, 2016 · 3 comments
Labels

Comments

@SirRawlins
Copy link
Contributor

I've also seen this on the MIS.

screen shot 2016-04-27 at 16 50 49

@SirRawlins SirRawlins added the bug label Apr 27, 2016
@SirRawlins
Copy link
Contributor Author

I've also seen this same issue when loaded on the MIS. My guess is that the bar is inheriting some external CSS from somewhere. We just need to be more explicit when styling the button/paragraph.

@SirRawlins
Copy link
Contributor Author

O.k some testing shows that it's not actually an issue with the button styling, but actually appears to be related to long notices, and the bar running out of horizontal room to display on a single line.

@SirRawlins
Copy link
Contributor Author

O.k so it seems that it's the h4 tag which is having padding/margin applied to it which is creating width issues. We need to be more explicit with the margin/padding applied to each of those elements within the bar to prevent them from breaking.

SirRawlins added a commit that referenced this issue May 5, 2016
…reaks styling as per the bug filed in issue #18, then made some changes to the CSS implementation to fix that along with some other minor spacing issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant