From d6f16fa43262a456880514340873d6e0b2cdf505 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 3 Jul 2023 22:26:24 -0400 Subject: [PATCH] Remove the bottom margin from list elements in dashboard help text --- resources/sass/dashboard.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/sass/dashboard.scss b/resources/sass/dashboard.scss index 3ac2b08..dd472b2 100644 --- a/resources/sass/dashboard.scss +++ b/resources/sass/dashboard.scss @@ -334,6 +334,10 @@ body { border-radius: pxrem(5); background-color: $c-dashboard-dark; color: $c-text-light; + + ul { + margin-bottom: 0px; + } } .form-group {