-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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.Image doesn't honor size prop #746
Labels
Comments
clemensw
added a commit
to clemensw/stardust
that referenced
this issue
Oct 25, 2016
…y to work * Resolves Semantic-Org#746 * Reverses an explicit test for ui=false, so needs review. * Renders similar to the example at http://semantic-ui.com/views/item.html#image * Images now render left aligned and sized.
clemensw
added a commit
to clemensw/stardust
that referenced
this issue
Oct 25, 2016
…y to work * Resolves Semantic-Org#746 * Reverses an explicit test for ui=false, so needs review. * Renders similar to the example at http://semantic-ui.com/views/item.html#image * Images now render left aligned and sized.
clemensw
added a commit
to clemensw/stardust
that referenced
this issue
Oct 28, 2016
…y to work * Resolves Semantic-Org#746 * Add ui class only for sized images * Renders similar to the example at http://semantic-ui.com/views/item.html#image * Images now render left aligned and sized.
clemensw
added a commit
to clemensw/stardust
that referenced
this issue
Oct 28, 2016
…y to work * Resolves Semantic-Org#746 * Add ui class only for sized images * Renders similar to the example at http://semantic-ui.com/views/item.html#image * Images now render left aligned and sized.
I dont believe this is fixed when the item.group is unstackable the image prop is not honoured |
Please open a new issue with a complete report. We are happy to help. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The wrapped Image produced by Item.Image doesn't seem to honor the size prop.
Item.Image renders as a wrapped image with ui=false. Looking at http://semantic-ui.com/views/item.html#image seems to indicate that their wrapped image uses
Indeed adding ui=true to the Image produced by Item.Image seems to resolve the size issue.
Update: there is an explicit test ensuring ui=false, so perhaps there's something I don't understand about how semantic is supposed to work.
The text was updated successfully, but these errors were encountered: