-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Segment/Table] Some Attached Off by 1px #4248
Labels
Milestone
Comments
Confirmed. It happens to .ui.table too |
Just realized it's happening on the example site Attached Content too. |
jlukic
changed the title
[Collections] Grid elements are not aligning as expected.
Some Attached Off by 1px
Jul 29, 2016
jlukic
changed the title
Some Attached Off by 1px
[Segment/Table] Some Attached Off by 1px
Feb 20, 2017
This was referenced Feb 24, 2017
This was referenced Apr 25, 2017
If you swap each menu in your code to use There was an adjacent issue with I've gone ahead and fixed that issue in the below commit in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having an alignment issue with the version of Semantic UI served from https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.1/semantic.css.
When populating a grid with elements such as
ui top attached vertical menu
andui bottom attached compact menu
the resulting rendered elements do not appear to line up properly.My suspicion is that there is an off-by-one error related to a negative margin value.
I have provided the code I am working with in the following codepen: http://codepen.io/brianjenkins94/pen/LkzGBp
And I've got to say, I've only been using Semantic UI for two days now and I love it. Keep up the great work!
Edit: I just updated to 2.2.2 and the problem persists. Additionally, I neglected to mention the following:
Google Chrome: 51.0.2704.103 (Official Build) (64-bit)
OS: Mac OS X 10.11.5 El Capitan
JavaScript: V8 5.1.281.65
The text was updated successfully, but these errors were encountered: