mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 18:39:59 +00:00
Fix torrent view text overflowing
This commit is contained in:
parent
f27cf17478
commit
c7ae533034
|
@ -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 */
|
/* elasticsearch term highlight */
|
||||||
.hlt1 {
|
.hlt1 {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
Loading…
Reference in a new issue