Merge pull request #605 from demoneaux/align-details

Align loading torrent message with torrent name.
This commit is contained in:
Feross Aboukhadijeh
2016-05-30 02:21:41 -07:00

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;