diff --git a/projects/v3/src/app/pages/chat/edit-message-popup/edit-message-popup.component.scss b/projects/v3/src/app/pages/chat/edit-message-popup/edit-message-popup.component.scss index 78b4c6525..629dd1772 100644 --- a/projects/v3/src/app/pages/chat/edit-message-popup/edit-message-popup.component.scss +++ b/projects/v3/src/app/pages/chat/edit-message-popup/edit-message-popup.component.scss @@ -86,6 +86,23 @@ ion-header { border-radius: 8px; text-align: left; border: 1px solid var(--ion-color-light-shade, #d7d8da); + + ::ng-deep quill-view-html .ql-container .ql-editor { + ol { + list-style: decimal !important; + padding-left: 2em; + } + + ul { + list-style: disc !important; + padding-left: 2em; + } + + li { + list-style: inherit !important; + display: list-item !important; + } + } } }