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
Steps to Reproduce
Expected The Segment should be large enough to contain the button.
Result The Segment shrinks in size as if clearing has not been applied.
Testcase If the docs show the issue, use: http://react.semantic-ui.com/elements/segment Otherwise, fork this to get started: http://codepen.io/levithomason/pen/ZpBaJX
import React from 'react' import { Image, Segment, Button } from 'semantic-ui-react' const SegmentExampleLoading = () => ( <Segment clearing loading> <Button floated="right">Test</Button> </Segment> ) export default SegmentExampleLoading
The text was updated successfully, but these errors were encountered:
As with #1384, this also seems sane to me, however, this is also a CSS issue and therefore should be posted on https://github.com/Semantic-Org/Semantic-UI.
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce
Expected
The Segment should be large enough to contain the button.
Result
The Segment shrinks in size as if clearing has not been applied.
Testcase
If the docs show the issue, use: http://react.semantic-ui.com/elements/segment
Otherwise, fork this to get started: http://codepen.io/levithomason/pen/ZpBaJX
The text was updated successfully, but these errors were encountered: