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

Misaligned attached div in the examples #4698

Closed
zerkms opened this issue Nov 1, 2016 · 2 comments
Closed

Misaligned attached div in the examples #4698

zerkms opened this issue Nov 1, 2016 · 2 comments

Comments

@zerkms
Copy link

zerkms commented Nov 1, 2016

The most bottom example on the http://semantic-ui.com/examples/attached.html page has the top div misaligned to the table below.

Reproducible in chrome, edge, firefox.

screenshot 2016-11-01 13 02 46

@awgv
Copy link
Member

awgv commented Feb 15, 2017

It seems that .ui.attached.table is responsible:

.ui.attached.table {
  margin: 0em @attachedHorizontalOffset;
  /* Equals to -@borderWidth that equals to 1px, or “-1px” */
}

@awgv awgv added this to the Needs Milestone milestone Feb 15, 2017
@awgv awgv removed this from the Needs Milestone milestone Feb 24, 2017
@awgv
Copy link
Member

awgv commented Feb 24, 2017

Turned out it’s a duplicate of #4248.

@awgv awgv closed this as completed Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants