diff options
author | Greta Doci <gretadoci@gmail.com> | 2019-10-30 16:19:18 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2019-10-31 14:54:35 +0000 |
commit | c3b0f658ccfaab589f7a2fb5e2dcbc898c27bad2 (patch) | |
tree | 9015240277ae43aa4a014e7bb0716e803352532d | |
parent | 3dc71c1882e084a70e9a2c1e30a4ffdbec9acca9 (diff) | |
download | nextcloud-server-c3b0f658ccfaab589f7a2fb5e2dcbc898c27bad2.tar.gz nextcloud-server-c3b0f658ccfaab589f7a2fb5e2dcbc898c27bad2.zip |
fix action menu on mobile
Signed-off-by: Greta Doci <gretadoci@gmail.com>
-rw-r--r-- | apps/files/css/files.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 0ecfadfddce..e3fe90520db 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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 { |