Skip to content
Snippets Groups Projects
Commit c3a7c60b authored by Tom Käsler's avatar Tom Käsler
Browse files

Allow user line break with css directive

parent 901a3756
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@
min-height: 90vh;
font-size: 2.1em;
margin: 5%;
white-space: pre;
}
#comment p {
......
......@@ -55,7 +55,8 @@ h2 {
font-size: 140%;
max-height: 120px;
overflow: auto;
color: var(--on-surface)
color: var(--on-surface);
white-space: pre;
}
.mat-icon {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment