Browse Source

Typo: Horizontal items image missing comma

pull/592/head
Michal Gebauer 10 years ago
parent
commit
fa04129bcb
1 changed files with 1 additions and 1 deletions
  1. 2
      src/views/item.less

2
src/views/item.less

@ -433,7 +433,7 @@
display: table;
}
.ui.horizontal.items > .item > .image
.ui.horizontal.items > .item > .image,
.ui.items > .horizontal.item > .image {
display: table-cell;
width: 50%;

Loading…
Cancel
Save