mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 12:06:38 -05:00
Remove the bottom margin from list elements in dashboard help text
This commit is contained in:
parent
ae2f980135
commit
d6f16fa432
1 changed files with 4 additions and 0 deletions
|
@ -334,6 +334,10 @@ body {
|
|||
border-radius: pxrem(5);
|
||||
background-color: $c-dashboard-dark;
|
||||
color: $c-text-light;
|
||||
|
||||
ul {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
|
Loading…
Reference in a new issue