Browse Source

Forces list items to clear floats

pull/176/merge
jlukic 11 years ago
parent
commit
cc0f1d6d2a
1 changed files with 9 additions and 0 deletions
  1. 9
      src/views/list.less

9
src/views/list.less

@ -57,6 +57,15 @@ ol.ui.list li,
line-height: 1.2;
}
.ui.list .item:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Icon */
.ui.list .item > .icon {
margin: 0em 0.5em 0em 0em;

Loading…
Cancel
Save