MOBILE-3833 style: Normalize text size

main
Pau Ferrer Ocaña 2022-03-29 12:17:04 +02:00
parent 88d479ccfd
commit ddab1fc3d7
1 changed files with 5 additions and 0 deletions

View File

@ -208,6 +208,11 @@ core-format-text,
core-rich-text-editor .core-rte-editor {
@include core-headings();
p, ul, ol, li {
// Normalize font-size inside formatted text.
font-size: 14px;
}
p {
margin-bottom: 1rem;
margin-block-start: 0;