mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
fix action menu on mobile
Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
parent
3dc71c1882
commit
c3b0f658cc
1 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue