UWMadisonUcomm / uw-ui-toolkit

A web front-end toolkit based on Bootstrap for designing and developing modern, mobile-first websites for the University of Wisconsin-Madison
Apache License 2.0
16 stars 15 forks source link

At breakpoint 1199px, the classic navbar still retains 100% width and overflows. Fix this. #30

Closed VidalQuevedo closed 10 years ago

jnweaver commented 10 years ago

I'll take a crack at this one.

jnweaver commented 10 years ago

@VidalQuevedo I removed all the width attributes within .navbar.uw-navbar-classic .container. That fixes it. Can you see any issues that might cause though? I don't see any but I'm not sure what we had those in there in the first place.

VidalQuevedo commented 10 years ago

I see that now. There were some weird rules there with some +/- 2px applied to them, so I'm pretty sure that was the problem. I'm closing this now.