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

Circular labeled icon button issue #2700

Closed
MarcioBarrientos opened this issue Jul 22, 2015 · 0 comments
Closed

Circular labeled icon button issue #2700

MarcioBarrientos opened this issue Jul 22, 2015 · 0 comments
Milestone

Comments

@MarcioBarrientos
Copy link

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;
}

@jlukic jlukic added this to the 1.x Changes milestone Jul 22, 2015
jlukic added a commit that referenced this issue Jul 22, 2015
@jlukic jlukic modified the milestones: 1.x Changes, 2.1 Jul 22, 2015
@jlukic jlukic closed this as completed in 077fdf3 Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants