#12581 fixed strong size in visual console

This commit is contained in:
Daniel Cebrian 2023-12-01 13:45:17 +01:00
parent aa9aa40ebd
commit 5609bc2313
3 changed files with 8 additions and 1 deletions

View File

@ -743,6 +743,9 @@ p {
margin-block-end: 1em;
}
strong {
font-size: inherit;
}
/* Styles for the solid icons */
.fa {

File diff suppressed because one or more lines are too long

View File

@ -742,3 +742,7 @@ p {
margin-block-start: 1em;
margin-block-end: 1em;
}
strong {
font-size: inherit;
}