mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +02:00
Merge pull request #94 from Ricardo1991/master
Fix torrent view text overflowing
This commit is contained in:
commit
88311e0551
1 changed files with 15 additions and 9 deletions
|
@ -93,12 +93,18 @@ table.torrent-list thead th.sorting_desc:after {
|
|||
}
|
||||
|
||||
@media (max-width: 991px){
|
||||
.col-md-5 {
|
||||
.panel-body .col-md-5 {
|
||||
margin-left: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px){
|
||||
.panel-body .col-md-5 {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.search-container {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
|
|
Loading…
Add table
Reference in a new issue