icons inside an icon button group appear off-center
the issue seems to be located here:
// src/definitions/elements/button.less:594
.ui.button:not(.icon) > .icon:not(.button):not(.dropdown) {
margin: @iconMargin;
}
This is a regression that occurred sometime recently. I'll try to address shortly.
Wow I suck, fixed in 2.2.8 https://github.com/Semantic-Org/Semantic-UI/commit/4a4fc9b2a0f43a3dcbe2a4d7f6b7354342df99c4
how can I add font awesome icon ??
Most helpful comment
Wow I suck, fixed in
2.2.8https://github.com/Semantic-Org/Semantic-UI/commit/4a4fc9b2a0f43a3dcbe2a4d7f6b7354342df99c4