Skip to content
Snippets Groups Projects
Commit f6802484 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Merge branch 'allow-line-breaks' into 'master'

Allow user line break with css directive

Closes #272

See merge request !227
parents 9b5f1302 c3a7c60b
Branches
Tags
1 merge request!227Allow user line break with css directive
Pipeline #27379 passed with stages
in 6 minutes and 58 seconds
......@@ -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