change torrent fixed height to min-height (#1076)
it was fine for torrents that were two lines high but i suspect it would've broken 3 lines high (or 4+) torrents
Cette révision appartient à :
Parent
7e38aab841
révision
a6d20202a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -553,7 +553,7 @@ input#show-filelist:checked ~ #filelist {
|
|||
.table-filelist {
|
||||
width: 100%;
|
||||
}
|
||||
tr.torrentinfo { height: 38px; }
|
||||
tr.torrentinfo { min-height: 38px; }
|
||||
.tr-filelist {
|
||||
--nest-level: 0;
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket