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

Tabular menu: content has longer width than the menu #1554

Closed
mxth opened this issue Jan 3, 2015 · 2 comments
Closed

Tabular menu: content has longer width than the menu #1554

mxth opened this issue Jan 3, 2015 · 2 comments

Comments

@mxth
Copy link
Member

mxth commented Jan 3, 2015

See: http://jsfiddle.net/6murnr7n/20/

@UiCandy
Copy link

UiCandy commented Jan 3, 2015

Hi mxth,

This is caused by the .ui.segment.attached { width: calc(100% + 2px) } css property, the additional 2px causes it to bleed.

I think it's too small a fix to fork the repo, so would just request the moderators to edit the line semantic.css:12292 to .ui.segment.attached { width: 100% }

@jlukic
Copy link
Member

jlukic commented Jan 5, 2015

Continued in #1557

@jlukic jlukic closed this as completed Jan 5, 2015
MohammadYounes added a commit to MohammadYounes/Semantic-UI that referenced this issue Jan 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants