mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #17756 from nextcloud/fixbug/17719/fix_menu_action_mobile
fix action menu on mobile
This commit is contained in:
commit
0facf20ed9
1 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue