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

Merge pull request #94 from Ricardo1991/master

Fix torrent view text overflowing
This commit is contained in:
Yukikaze 2017-05-17 08:04:42 -07:00 committed by GitHub
commit 88311e0551

View file

@ -93,12 +93,18 @@ table.torrent-list thead th.sorting_desc:after {
} }
@media (max-width: 991px){ @media (max-width: 991px){
.col-md-5 { .panel-body .col-md-5 {
margin-left: 20px; margin-left: 20px;
margin-bottom: 10px; margin-bottom: 10px;
} }
} }
@media (min-width: 992px){
.panel-body .col-md-5 {
word-wrap: break-word;
}
}
.search-container { .search-container {
display: -webkit-box; display: -webkit-box;
display: -ms-flexbox; display: -ms-flexbox;