We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f61ec commit 5aa9e55Copy full SHA for 5aa9e55
1 file changed
projects/v3/src/app/pages/chat/edit-message-popup/edit-message-popup.component.scss
@@ -86,6 +86,23 @@ ion-header {
86
border-radius: 8px;
87
text-align: left;
88
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
99
100
101
+ li {
102
+ list-style: inherit !important;
103
+ display: list-item !important;
104
105
106
}
107
108
0 commit comments