You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible fix
The problem seams to be related to the fact that the parent has the classes top attached.
Those classes are used apparently by the Vertically Attached examples.
If you remove attached='top' from the example, it looks fine.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected
The last button (bottom) from the vertical group should have the top-left corner not rounded.
Result
Instead, it is rounded.
Testcase
https://react.semantic-ui.com/elements/button#button-example-group-vertical
Possible fix
The problem seams to be related to the fact that the parent has the classes
top attached
.Those classes are used apparently by the Vertically Attached examples.
If you remove
attached='top'
from the example, it looks fine.The text was updated successfully, but these errors were encountered: