File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
static/djangocms_text/css Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Changelog
66==================
77
88* feat: Make HTMLField resizable
9+ * fix: Reset some style for HTMLFields
910
1011
11120.2.2 / 0.2.1 (20-08-2024)
Original file line number Diff line number Diff line change 1- . app-djangocms_text . model-text .change-form .cms-editor-inline-wrapper .fixed {
1+ body .change-form .cms-editor-inline-wrapper .fixed {
22 background : var (--dca-white ) !important ;
33 color : var (--dca-black ) !important ;
44 font-size : 1rem !important ;
5151 border : none;
5252 border-top : 1px solid var (--dca-gray-lighter );
5353 }
54+ ul {
55+ display : block;
56+ list-style : disc outside none;
57+ margin : 0 ;
58+ padding : 0 0 0 40px ;
59+ }
60+ li {
61+ list-style : inherit;
62+ }
5463}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ class Media:
3030 ** rte_config .css ,
3131 "all" : (
3232 "djangocms_text/css/cms.text.css" ,
33+ "djangocms_text/css/cms.normalize.css" ,
3334 * rte_config .css .get ("all" , ()),
3435 ),
3536 }
You can’t perform that action at this time.
0 commit comments