pre tag white-space: inherit;
This commit is contained in:
parent
58e90e4932
commit
656d113ed5
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ section p:nth-child(2) {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.content_section_text pre {
|
pre {
|
||||||
margin: 8px 0px 8px 0px;
|
margin: 8px 0px 8px 0px;
|
||||||
padding: 8px 8px 8px 8px;
|
padding: 8px 8px 8px 8px;
|
||||||
|
white-space: inherit;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
|
|
Loading…
Reference in a new issue