Fix torrent view text overflowing

This commit is contained in:
Ricardo Ribeiro 2017-05-17 07:29:46 +01:00
parent f27cf17478
commit c7ae533034
1 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,12 @@ table.torrent-list thead th.sorting_desc:after {
}
}
@media (min-width: 992px){}
.col-md-5 {
word-wrap: break-word;
}
}
/* elasticsearch term highlight */
.hlt1 {
font-style: normal;