mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 13:56:55 +02:00
Fix layout on long torrent names (#23) (For now)
* Fix layout on long torrent names before: http://i.imgur.com/cI1pZrF.png after: http://i.imgur.com/BIC722K.png * change space to tab
This commit is contained in:
parent
7420e94318
commit
4571b55fc9
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
.torrent-list > tbody > tr > td {
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 603px; /*Will this break something?*/
|
||||
}
|
||||
|
||||
table.torrent-list thead th {
|
||||
|
|
Loading…
Add table
Reference in a new issue