From c57103797a40b4a816a5d84e9f05f37493251b48 Mon Sep 17 00:00:00 2001 From: Laurent David Date: Tue, 19 Nov 2024 07:18:32 +0100 Subject: [PATCH] MDL-81841 mod_data: Add spacing bottom of preset page * The action menu is going under the sticky footer on the preset page. Adding more space helps to display the entire menu instead of cutting it off. --- mod/data/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mod/data/styles.css b/mod/data/styles.css index 4640028ec6688..80db668ef8a84 100644 --- a/mod/data/styles.css +++ b/mod/data/styles.css @@ -205,3 +205,7 @@ border-color: var(--primary); color: var(--primary); } + +#page-mod-data-preset .generaltable { + margin-bottom: 15ex; +}