Browse Source

#2309, missing line height rule for massive icon

pull/2308/merge
jlukic 9 years ago
parent
commit
5fb6c541b7
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/icon.less

1
src/definitions/elements/icon.less

@ -394,6 +394,7 @@ i.huge.icons {
}
i.massive.icon,
i.massive.icons {
line-height: 1;
vertical-align: middle;
font-size: @massive;
}

Loading…
Cancel
Save