diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index 58fced2b1..c7074e6c1 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -78,6 +78,16 @@ a.ui.label { margin: 0em @iconDistance 0em 0em; } +/* Label for only an icon */ +.ui.icon.label > .icon { + margin: 0 auto; +} + +/* Right Side Icon */ +.ui.right.icon.label > .icon { + margin : 0em 0em 0em @iconDistance; +} + /* Detail */ .ui.label > .detail { display: inline-block;