Skip to content

Commit

Permalink
MDL-81841 mod_data: Add spacing bottom of preset page
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
laurentdavid committed Nov 19, 2024
1 parent 269a8a8 commit a4f431d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mod/data/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,7 @@
border-color: var(--primary);
color: var(--primary);
}

#page-mod-data-preset .generaltable {
padding-bottom: 12ex;
}

0 comments on commit a4f431d

Please sign in to comment.