1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed design issue when deleting css bug (#1480) Fixes #1475

This commit is contained in:
Levi Wilcox 2017-05-11 13:05:34 -07:00 committed by Leonardo Galli
parent 7ed0db10cb
commit a0486b54a6

View File

@ -33,8 +33,9 @@
}
.delete-files-info {
margin-top : 10px;
display : none;
margin: 10px 0;
display: none;
float:none;
}
}