Remove the bottom margin from list elements in dashboard help text

This commit is contained in:
Kevin MacMartin 2023-07-03 22:26:24 -04:00
parent ae2f980135
commit d6f16fa432

View file

@ -334,6 +334,10 @@ body {
border-radius: pxrem(5); border-radius: pxrem(5);
background-color: $c-dashboard-dark; background-color: $c-dashboard-dark;
color: $c-text-light; color: $c-text-light;
ul {
margin-bottom: 0px;
}
} }
.form-group { .form-group {