diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index b846f85d9..59b26c7c8 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -713,6 +713,10 @@ multiselect { background-color: transparent; } +.checklist-item > span > p { + margin: 0; +} + // ---------------------------- // Mail view // ---------------------------- diff --git a/dashboard/src/views/app.html b/dashboard/src/views/app.html index 2311ffee6..0e0202f1c 100644 --- a/dashboard/src/views/app.html +++ b/dashboard/src/views/app.html @@ -36,7 +36,7 @@