Merge pull request #17756 from nextcloud/fixbug/17719/fix_menu_action_mobile

fix action menu on mobile
This commit is contained in:
Roeland Jago Douma 2019-10-31 15:53:42 +01:00 committed by GitHub
commit 0facf20ed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {