Fix wrong font size in help center labels
This only concerns plain texts, not `<code>` or `<kbd>`.
This commit is contained in:
parent
d5d3cb605b
commit
da0a52e3cb
@ -1327,6 +1327,7 @@ kbd {
|
|||||||
#help .help-item .subject,
|
#help .help-item .subject,
|
||||||
#help .help-item .description {
|
#help .help-item .description {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
font-size: 14px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1337,7 +1338,6 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#help .help-item .description p {
|
#help .help-item .description p {
|
||||||
font-size: 14px;
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user