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