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

Don't let wrapping tabs break the design (fix #713) #1457

Closed
wants to merge 2 commits into from
Closed

Don't let wrapping tabs break the design (fix #713) #1457

wants to merge 2 commits into from

Conversation

teddyzetterlund
Copy link

The quickest and easiest fix for the wrapping tabs problem (#713).

After the fix

A more robust solution would better but maybe that's something to look for in more responsive design.

If overflow: hidden; is not a viable option then I'd suggest we just the micro clearfix instead:

#header {
  &:after {
    clear: both;
    content: "";
    display: table;
  }
}

@travisbot
Copy link

This pull request passes (merged 435acb2 into 65c1e4e).

@pcreux
Copy link
Contributor

pcreux commented Jul 4, 2012

All right, could you align the user infos?

Meh

That's great!

Great

That's ok...

Ok

@teddyzetterlund
Copy link
Author

I wonder why I didn't see that. I'll fix it.

Teddy Zetterlund
Web Developer

http://twitter.com/teddyzetterlund

On Wednesday 4 July 2012 at 17:42, Philippe Creux wrote:

All right, could you align the user infos?

Meh

That's great!

Great

That's ok...

Ok


Reply to this email directly or view it on GitHub:
#1457 (comment)

@acurley
Copy link

acurley commented Jul 12, 2012

I don' think that overflow: hidden works well because it ruins the display of dropdown lists (i.e. doesn't display the dropdown <ul> ).

@teddyzetterlund
Copy link
Author

Ah, didn't about those when I initiated this pull request. I'll change it to use a clearfix instead.

I'll continue work on this PR next week.

@pcreux
Copy link
Contributor

pcreux commented Jul 13, 2012

Sweet! :)

@travisbot
Copy link

This pull request passes (merged 326aea0 into 65c1e4e).

@dustMason
Copy link
Contributor

hey dudes, any reason this never got merged in? would be nice to have!

@teddyzetterlund
Copy link
Author

Overflow still needs to be replaced with a clearfix-solution, other than that I'm not sure. I'll have a look at it sometime this week.

@seanlinsley
Copy link
Contributor

@teddyzetterlund still up for working on this PR?

I know @gregbell is working on the Twitter Bootstrap conversion, but until that comes out it would be nice to have sane tab overflow.

@teddyzetterlund
Copy link
Author

@daxter I seem to have messed up this particular pull request by removing my repository of active_admin some time ago, but if @gregbell shows any sign of wanting to merge it I don't mind creating a new pull request with the fixes in it.

@maax
Copy link
Contributor

maax commented Apr 3, 2013

Hey! I fixed this problem for a project of ours and just made a PR: #2046.

@teddyzetterlund
Copy link
Author

@maax Good initiative. Not the way I would've solved it, but as long as IE7 is not supposed to be supported it's as good as what I had in mind. I'll close this pull request.

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.

None yet

7 participants