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 {
|
.content ul {
|
||||||
list-style: square;
|
list-style: square;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content ol {
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content a
|
.content a
|
||||||
|
Loading…
Reference in New Issue
Block a user