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
Go to: https://semantic-ui.com/modules/tab.html#/examples
Find the tab labeled 2B and 2C and switch between them a few times. Notice how the last tab does not have a bottom margin.
Has a bottom margin:
Does not have a bottom margin:
Something like this needs to be in the code:
.ui.tab.segment:last-child { margin-bottom: 1rem; }
to override the generic .ui.segment:last-child stuff.
.ui.segment:last-child
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Go to: https://semantic-ui.com/modules/tab.html#/examples
Find the tab labeled 2B and 2C and switch between them a few times. Notice how the last tab does not have a bottom margin.
Has a bottom margin:
Does not have a bottom margin:
Something like this needs to be in the code:
to override the generic
.ui.segment:last-child
stuff.The text was updated successfully, but these errors were encountered: