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
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
min-height: 90vh; min-height: 90vh;
font-size: 2.1em; font-size: 2.1em;
margin: 5%; margin: 5%;
white-space: pre;
} }
#comment p { #comment p {
......
...@@ -55,7 +55,8 @@ h2 { ...@@ -55,7 +55,8 @@ h2 {
font-size: 140%; font-size: 140%;
max-height: 120px; max-height: 120px;
overflow: auto; overflow: auto;
color: var(--on-surface) color: var(--on-surface);
white-space: pre;
} }
.mat-icon { .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