Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@PixelDust22
Copy link
Contributor

@PixelDust22 PixelDust22 commented May 16, 2020

This is a bugfix.

Currently tags.is-toggle was displayed incorrectly when there's only one list item in .tabs.is-toggle.

image

This is due to to border-radius shorthand overriding each other.
image

Proposed solution

Replace border-radius short-hand with individual properties in .tags.is-toggle li:last-child a

Tradeoffs

None.

Testing Done

After making those changes, .tags.is-toggle with only one child can be rendered correctly.

image

Changelog updated?

No.

@jgthms
Copy link
Owner

jgthms commented May 16, 2020

Thanks.

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

Successfully merging this pull request may close these issues.

2 participants