Added prewrap class for api text

This commit is contained in:
Alexis
2021-01-16 19:56:11 +01:00
parent e9640ec2d2
commit 50ba8b7f9c

View File

@@ -54,6 +54,11 @@ hr {
font-weight: $heavy;
}
// UTILITIES
.prewrap {
white-space: pre-wrap;
}
// LAYOUTS
.fullpage {
min-height: calc(100vh - 56px);