Skip to content

Commit 5aa9e55

Browse files
committed
[CORE-8160] bring back similar css from chatview
1 parent 07f61ec commit 5aa9e55

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

projects/v3/src/app/pages/chat/edit-message-popup/edit-message-popup.component.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,23 @@ ion-header {
8686
border-radius: 8px;
8787
text-align: left;
8888
border: 1px solid var(--ion-color-light-shade, #d7d8da);
89+
90+
::ng-deep quill-view-html .ql-container .ql-editor {
91+
ol {
92+
list-style: decimal !important;
93+
padding-left: 2em;
94+
}
95+
96+
ul {
97+
list-style: disc !important;
98+
padding-left: 2em;
99+
}
100+
101+
li {
102+
list-style: inherit !important;
103+
display: list-item !important;
104+
}
105+
}
89106
}
90107
}
91108

0 commit comments

Comments
 (0)