1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 14:59:26 +01:00

assets/pages: preserve whitespace of log messages (#16)

* assets/pages: preserve whitespace of log messages

* assets/pages: remove unnecessary css class
This commit is contained in:
iwittkau
2019-03-14 17:12:03 +01:00
committed by Amir Raminfar
parent 7c27dde94c
commit 137c71e50d

View File

@@ -91,4 +91,8 @@ export default {
.is-fullheight {
min-height: 100vh;
}
.text {
white-space: pre;
}
</style>