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

download buttons look odd on Spartan and skinny IE #50

Open
binki opened this issue Jun 4, 2015 · 5 comments
Open

download buttons look odd on Spartan and skinny IE #50

binki opened this issue Jun 4, 2015 · 5 comments
Labels

Comments

@binki
Copy link

binki commented Jun 4, 2015

See http://smallestdotnet.com/ on Spartan and skinny IE. If IE is made fatter, the buttons don’t overlap. But it seems Spartan always wants to render the buttons on top of each other regardless of how fat I make its window.

@binki
Copy link
Author

binki commented Jun 4, 2015

These are running on Windows 10 Technical Preview build 10130.

@shanselman
Copy link
Owner

Weird. I wonder if there is an update to Bootstrap to fix this? We are
on v2.1.1.
Do newer versions fix it?

On Thu, Jun 4, 2015 at 1:28 PM, Nathan Phillip Brink <
notifications@github.com> wrote:

These are running on Windows 10 Technical Preview build 10130.


Reply to this email directly or view it on GitHub
#50 (comment)
.

Scott Hanselman
Donate to fight diabetes: http://hnsl.mn/fightdiabetes

@marcosnz
Copy link
Contributor

marcosnz commented Jun 4, 2015

I have reproduced the "Skinny IE" effect on Win 8 (also in Chrome).
I'm not really a web guy - don't know if upgrading bootstrap will fix.

@binki
Copy link
Author

binki commented Jun 4, 2015

I tried plopping bootstrap-3.3.4’s bootstrap.min.css on top of the existing bootstrap.min.css and removing the bootstrap-responsive.min.css. I’ve never used bootstrap before. I do not see this sort of problem on bootstrap’s examples, though I only took a gander at a few. I assume this is some custom styling that is at fault. The skinny IE version looks like it’s trying to lay them out vertically, which makes sense for a skinny layout. Just it doesn’t know that the buttons are as tall as they actually are or something…

@binki
Copy link
Author

binki commented Jun 4, 2015

And skinny chrome also gets the same thing. So there’s some issue specific to how these buttons are laid out. Mozilla doesn’t want to break the buttons up into multiple lines. Sounds like a responsive design failure ;-).

@shanselman shanselman added the bug label Mar 1, 2016
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

3 participants