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
1 merge request!227Allow user line break with css directive
Pipeline #27149 passed with stages
in 7 minutes and 50 seconds
This commit is part of merge request !227. Comments created here will be created in the context of that merge request.
......@@ -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