change width to auto so the details tab displays correctly
This commit is contained in:
parent
96ead0d996
commit
23bb565259
|
@ -82,7 +82,7 @@ input {
|
|||
}
|
||||
|
||||
.deluge-status dd.torrent_name, .deluge-status dd.status, .deluge-status dd.tracker, .deluge-status dd.path, .deluge-status dd.comment {
|
||||
width: 500px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* Peers Grid */
|
||||
|
|
Loading…
Reference in New Issue