min-height: 1.5em;

This commit is contained in:
Andreas Knuth 2025-08-05 19:44:38 -05:00
parent 4d74c20c87
commit 4efa6c9d77
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
:host ::ng-deep p {
display: block;
// margin-top: 1em;
// margin-bottom: 1em;
//margin-top: 1em;
//margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-size: 1rem; /* oder 1rem, abhängig vom Browser und den Standardeinstellungen */
line-height: 1.5;
min-height: 1.5em;
}
:host ::ng-deep h1 {
display: block;