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
I tried to use the "circular button" with a text on it, isn't in the documentation but it give me a rounded button.
http://jsfiddle.net/e99tccw8/10/
The only issue I have is when I try to use the "labeled icon", the labeled icon background overflows the button, I fix the issue hiding the overflow this in the button.less file:
I tried to use the "circular button" with a text on it, isn't in the documentation but it give me a rounded button.
http://jsfiddle.net/e99tccw8/10/
The only issue I have is when I try to use the "labeled icon", the labeled icon background overflows the button, I fix the issue hiding the overflow this in the button.less file:
.ui.circular.button {
border-radius: 10em;
overflow: hidden;
}
The text was updated successfully, but these errors were encountered: