From c3b0f658ccfaab589f7a2fb5e2dcbc898c27bad2 Mon Sep 17 00:00:00 2001 From: Greta Doci Date: Wed, 30 Oct 2019 16:19:18 +0100 Subject: [PATCH] fix action menu on mobile Signed-off-by: Greta Doci --- apps/files/css/files.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {