Fix wrong font size in help center labels

This only concerns plain texts, not `<code>` or `<kbd>`.
This commit is contained in:
Jérémie Astori 2017-03-30 02:19:26 -04:00
parent d5d3cb605b
commit da0a52e3cb

View file

@ -1327,6 +1327,7 @@ kbd {
#help .help-item .subject,
#help .help-item .description {
display: table-cell;
font-size: 14px;
padding-bottom: 15px;
}
@ -1337,7 +1338,6 @@ kbd {
}
#help .help-item .description p {
font-size: 14px;
margin-bottom: 0;
}