Merge pull request #17766 from nextcloud/backport/17756/stable17
[stable17] fix action menu on mobile
This commit is contained in:
commit
1b7dd567d7
1 changed files with 4 additions and 1 deletions
|
@ -669,7 +669,10 @@ table tr.summary td {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
.summary .info {
|
.summary .info {
|
||||||
margin-left: 35px; /* td has padding of 15, col width is 50 */
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
.hiddeninfo {
|
||||||
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.dragshadow {
|
table.dragshadow {
|
||||||
|
|
Loading…
Reference in a new issue