1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-12-22 07:39:59 +00:00

Fix torrent view text overflowing

This commit is contained in:
Ricardo Ribeiro 2017-05-17 07:29:46 +01:00
parent f27cf17478
commit c7ae533034

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;