We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"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)
The text was updated successfully, but these errors were encountered:
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
row
middle aligned
Sorry, something went wrong.
#2959 - fixes issue with inheritance with alignment and some table co…
92e0ee2
…nditions
I can confirm this is not intentional. Aligned grid should pass its alignment on to columns.
Fixed in 2.1.4
2.1.4
No branches or pull requests
"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)
The text was updated successfully, but these errors were encountered: