#12581 fixed strong size in visual console
This commit is contained in:
parent
aa9aa40ebd
commit
5609bc2313
|
@ -743,6 +743,9 @@ p {
|
||||||
margin-block-end: 1em;
|
margin-block-end: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
/* Styles for the solid icons */
|
/* Styles for the solid icons */
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -742,3 +742,7 @@ p {
|
||||||
margin-block-start: 1em;
|
margin-block-start: 1em;
|
||||||
margin-block-end: 1em;
|
margin-block-end: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue