8 lines
157 B
CSS
8 lines
157 B
CSS
/* Align lists in the Classic Editor */
|
|
ul, ol {
|
|
margin-left: 0 !important;
|
|
padding-left: 1.0em !important;
|
|
list-style-position: inside !important;
|
|
}
|
|
|