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

[Item] - Vertical Alignment - Bottom is not working #2894

Closed
catalin07 opened this issue Aug 22, 2015 · 1 comment
Closed

[Item] - Vertical Alignment - Bottom is not working #2894

catalin07 opened this issue Aug 22, 2015 · 1 comment
Milestone

Comments

@catalin07
Copy link

The bottom aligment for item is not working because is wrong used align-self in css

.ui.items>.item>.image+[class*="bottom aligned"].content {
-webkit-align-self: BOTTOM;
-ms-flex-item-align: BOTTOM;
align-self: BOTTOM;

}

The syntax for align-self permmits only:
align-self: auto
align-self: flex-start
align-self: flex-end
align-self: center
align-self: baseline
align-self: stretch
align-self: inherit

Here is the link to exemple:
http://semantic-ui.com/views/item.html#vertical-alignment

@jlukic
Copy link
Member

jlukic commented Aug 24, 2015

Fixed in 203709b for 2.1 dupe #2826

@jlukic jlukic closed this as completed Aug 24, 2015
@jlukic jlukic added this to the 2.1 milestone Aug 24, 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

2 participants