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; } /*--------------