From 16a635ed21d8e0d25b88b40ffdfb915f92bfef6c Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Thu, 12 Jan 2023 13:19:54 -0500 Subject: [PATCH] ISTWCMS-6029: Remove the important declaration --- css/uw_ckeditor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css index cf90c2e6..dc533b17 100644 --- a/css/uw_ckeditor.css +++ b/css/uw_ckeditor.css @@ -12,7 +12,7 @@ h3, h4, h5, h6 { - clear: both !important; + clear: both; } .cke_editable .caption > * { display: inline-block; -- GitLab