Browse Source

Fix icon line height in header/modal

pull/2300/head
jlukic 9 years ago
parent
commit
542e727386
2 changed files with 3 additions and 1 deletions
  1. 1
      src/definitions/elements/header.less
  2. 3
      src/definitions/modules/modal.less

1
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;

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

Loading…
Cancel
Save