From 4d0a2b47feecf72d23fd737b2ad05f2697d7a39e 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 4640028ec66..225a42303f3 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: 10rem; +}