From a4c8614b3bc8e352a904590991edeb98900393a0 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 19 Jan 2021 11:29:17 -0500 Subject: [PATCH] Greenwich - fix list margin added by some cms themes --- ext/greenwich/scss/_tweaks.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/greenwich/scss/_tweaks.scss b/ext/greenwich/scss/_tweaks.scss index fe3a79d1cf..8c00681f15 100644 --- a/ext/greenwich/scss/_tweaks.scss +++ b/ext/greenwich/scss/_tweaks.scss @@ -1,3 +1,9 @@ +/* Fix some cms themes which add margin to lists */ +ul, ol { + margin-left: 0; + margin-right: 0; +} + /* Supports adding form-control class to the checkbox-inline class to achieve an outer border around the checkbox&label */ .form-control.checkbox-inline > label { margin-left: 9px; -- 2.25.1