Fix pre element width on About pages
This commit is contained in:
@ -356,6 +356,10 @@ $fluid-breakpoint: $maximum-width + 20px;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.public-layout {
|
||||
|
||||
Reference in New Issue
Block a user