mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
Fix torrent view text overflowing
This commit is contained in:
parent
f27cf17478
commit
c7ae533034
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue