mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 08:49:59 +00: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
|
@ -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…
Reference in a new issue