diff options
author | szaimen <szaimen@e.mail.de> | 2021-12-17 21:35:46 +0100 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2021-12-17 21:35:46 +0100 |
commit | 526f2a140fcebf8146b2d81c8111241c75d9697f (patch) | |
tree | 10ab64bbd94b48f46b2bbdf1cae6350027a35e0a /apps/settings/css | |
parent | 4b36f9d92f886609e34f5a180f38e6034aacbd79 (diff) | |
download | nextcloud-server-526f2a140fcebf8146b2d81c8111241c75d9697f.tar.gz nextcloud-server-526f2a140fcebf8146b2d81c8111241c75d9697f.zip |
fix overlapping in the help settings section
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps/settings/css')
-rw-r--r-- | apps/settings/css/help.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/css/help.css b/apps/settings/css/help.css index 248647bef41..a18538c20e6 100644 --- a/apps/settings/css/help.css +++ b/apps/settings/css/help.css @@ -2,6 +2,10 @@ overflow: hidden !important; } +.help-list__text { + margin-left: 24px; +} + .help-iframe { width: 100%; height: 100%; |