From 542e7273863740d289c90703a5492cc294c4917b Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 18 May 2015 12:19:35 -0400 Subject: [PATCH] Fix icon line height in header/modal --- src/definitions/elements/header.less | 1 + src/definitions/modules/modal.less | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/definitions/elements/header.less b/src/definitions/elements/header.less index 6a22bcfbb..4c10f069a 100755 --- a/src/definitions/elements/header.less +++ b/src/definitions/elements/header.less @@ -268,6 +268,7 @@ h5.ui.header .sub.header { display: block; width: auto; height: auto; + line-height: 1; padding: 0em; font-size: @iconHeaderSize; margin: 0em auto @iconHeaderMargin; diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 7dd2a5428..14c16daf2 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -149,10 +149,11 @@ /*rtl:ignore*/ .ui.modal > .content > .image > i.icon { - font-size: @imageIconSize; margin: 0em; opacity: 1; width: auto; + line-height: 1; + font-size: @imageIconSize; } /*--------------