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.
This commit is contained in:
Laurent David
2024-12-09 08:14:15 +01:00
parent 4bd3217ce8
commit 4d0a2b47fe
+4
View File
@@ -205,3 +205,7 @@
border-color: var(--primary);
color: var(--primary);
}
#page-mod-data-preset .generaltable {
margin-bottom: 10rem;
}