File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ const Editor = (
202202 dragDropRef = { dragDropRef }
203203 isIndependent = { false }
204204 ref = { addAttachmentsRef }
205- className = { classnames ( "ne-attachments" , {
205+ className = { classnames ( "ne-attachments--integrated " , {
206206 [ attachmentsClassName ] : attachmentsClassName ,
207207 } ) }
208208 onChange = { onChangeAttachments }
Original file line number Diff line number Diff line change 1212 h4 ,
1313 h5 ,
1414 h6 {
15- margin : 0 0 16 px 0 ;
15+ margin : 1 rem 0 0.5 rem 0 ;
1616 }
1717
1818 // Paragraph
1919 p {
2020 font-size : var (--neeto-ui-text-body2 );
2121 line-height : var (--neeto-ui-leading-normal );
2222 color : rgb (var (--neeto-ui-gray-700 ));
23- margin-bottom : 8px ;
2423
2524 & :empty ::after {
2625 content : " \00a0 " ;
8584 ul ,
8685 ol {
8786 list-style : revert ;
88- margin : revert ;
89- padding : revert ;
87+ padding-left : 28px ;
9088
91- & > li > p {
92- margin-top : 0 !important ;
93- margin-bottom : 0.375rem !important ;
94- }
9589 li ::before {
9690 background-color : rgb (var (--neeto-ui-black ));
9791 }
107101 .video-wrapper {
108102 width : 560px ;
109103 height : 315px ;
110- margin : auto ;
104+ margin : 16 px auto ;
111105 }
112106
113107 mark {
172166}
173167
174168.neeto-editor__image-wrapper {
169+ margin : 16px 0 ;
175170 display : flex ;
176171
177172 figure {
Original file line number Diff line number Diff line change 11.neeto-editor-table {
22 display : relative ;
33 width : fit-content ;
4+ margin : 16px 0 ;
45
56 table {
67 th ,
You can’t perform that action at this time.
0 commit comments