Fix pre element width on About pages
This commit is contained in:
parent
915bd7d1da
commit
c2ebd65920
1 changed files with 4 additions and 0 deletions
|
@ -356,6 +356,10 @@ $fluid-breakpoint: $maximum-width + 20px;
|
|||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.public-layout {
|
||||
|
|
Loading…
Reference in a new issue