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

[Tab] Last tab should still have a bottom margin #6461

Open
ramaboo-deliv opened this issue Jul 1, 2018 · 1 comment
Open

[Tab] Last tab should still have a bottom margin #6461

ramaboo-deliv opened this issue Jul 1, 2018 · 1 comment

Comments

@ramaboo-deliv
Copy link

ramaboo-deliv commented Jul 1, 2018

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:
screen shot 2018-06-30 at 11 41 04 pm

Does not have a bottom margin:
screen shot 2018-06-30 at 11 41 11 pm

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants