mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +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 */
|
||||
.hlt1 {
|
||||
font-style: normal;
|
||||
|
|
Loading…
Add table
Reference in a new issue