Browse Source

Still fiddling with list float issues

pull/367/head
jlukic 11 years ago
parent
commit
75096d1ebe
1 changed files with 1 additions and 1 deletions
  1. 2
      src/views/list.less

2
src/views/list.less

@ -105,7 +105,7 @@ ol.ui.list li,
line-height: 1.2;
}
.ui.list .item > .icon + .content {
float: left;
display: table-cell;
vertical-align: top;
}

Loading…
Cancel
Save