Align loading torrent message with torrent name.

This commit is contained in:
Benjamin Tan
2016-05-30 12:52:54 +08:00
parent 256753e6ff
commit 4f0df507f4

View File

@@ -605,6 +605,10 @@ body.drag .app::after {
padding: 8em 0 20px 0;
}
.torrent-details .warning {
padding-left: 15px;
}
.torrent-details table {
width: 100%;
white-space: nowrap;