Merge pull request #17766 from nextcloud/backport/17756/stable17

[stable17] fix action menu on mobile
This commit is contained in:
Roeland Jago Douma 2019-11-01 08:51:59 +01:00 committed by GitHub
commit 1b7dd567d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -669,7 +669,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 {