mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue