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

problem of middle aligned grid #2959

Closed
faller opened this issue Sep 4, 2015 · 3 comments
Closed

problem of middle aligned grid #2959

faller opened this issue Sep 4, 2015 · 3 comments
Milestone

Comments

@faller
Copy link

faller commented Sep 4, 2015

"middle aligned" not work when wrapping with a row, see http://jsfiddle.net/nzhtvz7a/1/

.ui[class*="middle aligned"].grid>.column:not(.row)

may change to

.ui[class*="middle aligned"].grid .column:not(.row)

@jlukic jlukic added this to the 2.1.4 milestone Sep 4, 2015
@maturanomx
Copy link
Contributor

I believed this is on purpose; the row is who needs be middle aligned, you know, "for semantics": https://jsbin.com/bilupa/2/edit?html,output

@jlukic
Copy link
Member

jlukic commented Sep 12, 2015

I can confirm this is not intentional. Aligned grid should pass its alignment on to columns.

@jlukic
Copy link
Member

jlukic commented Sep 12, 2015

Fixed in 2.1.4

@jlukic jlukic closed this as completed Sep 12, 2015
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

3 participants