Browse Source

Consider inline-block header to fix link hitbox

pull/2300/head
jlukic 9 years ago
parent
commit
644f331122
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/views/item.less

2
src/definitions/views/item.less

@ -141,7 +141,7 @@
}
.ui.items > .item > .content > .header {
display: block;
display: inline-block;
margin: @headerMargin;
font-family: @headerFont;
font-weight: @headerFontWeight;

Loading…
Cancel
Save