MOBILE-3833 style: Normalize text size
parent
88d479ccfd
commit
ddab1fc3d7
|
@ -208,6 +208,11 @@ core-format-text,
|
||||||
core-rich-text-editor .core-rte-editor {
|
core-rich-text-editor .core-rte-editor {
|
||||||
@include core-headings();
|
@include core-headings();
|
||||||
|
|
||||||
|
p, ul, ol, li {
|
||||||
|
// Normalize font-size inside formatted text.
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
margin-block-start: 0;
|
margin-block-start: 0;
|
||||||
|
|
Loading…
Reference in New Issue