fix action menu on mobile

Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
Greta Doci 2019-10-30 16:19:18 +01:00
parent 938428c275
commit 4e189f843b
1 changed files with 4 additions and 1 deletions

View File

@ -674,7 +674,10 @@ table tr.summary td {
padding-top: 20px;
}
.summary .info {
margin-left: 35px; /* td has padding of 15, col width is 50 */
margin-left: 2px;
}
.hiddeninfo {
white-space: pre-line;
}
table.dragshadow {