added white-space property to .content ul and .content ol
This commit is contained in:
parent
0d1b23fc9b
commit
6f2ead35ba
@ -32,6 +32,11 @@ body {
|
||||
|
||||
.content ul {
|
||||
list-style: square;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.content ol {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.content a
|
||||
|
Loading…
Reference in New Issue
Block a user