min-height: 1.5em;
This commit is contained in:
parent
4d74c20c87
commit
4efa6c9d77
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue