From cd2172281ca695771aa83627ea2968b3cd6d0f05 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 12 Dec 2014 11:54:56 -0500 Subject: [PATCH] Fixes #1433 Issue with bottom left attached label border radius --- src/definitions/elements/label.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index a364c5ee6..15eed63b6 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -410,7 +410,7 @@ a.ui.label { width: auto; top: auto; bottom: 0em; - border-radius: 0em 0em @borderRadius @borderRadius ; + border-radius: 0em @borderRadius 0em @borderRadius; } .ui.bottom.right.attached.label { top: auto;