From 8ec88c9f2c05077dd1308ce4dedb4db069502b14 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 15 Dec 2014 14:05:48 -0500 Subject: [PATCH] Merges in #1453, or line height --- src/definitions/elements/button.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index dafb193a9..1dcd3b213 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -879,6 +879,9 @@ } .ui.buttons .or:before { position: absolute; + text-align: center; + border-radius: @circularRadius; + content: @orText; top: 50%; left: 50%; @@ -891,15 +894,12 @@ width: @orCircleSize; height: @orCircleSize; - vertical-align: middle; line-height: @orLineHeight; color: @orTextColor; font-style: @orTextStyle; font-weight: @orTextWeight; - text-align: center; - border-radius: 500em; box-shadow: @orBoxShadow; } .ui.buttons .or[data-text]:before {