Merge pull request #994 from thelounge/astorije/fix-height-help
Fix wrong font size in help center labels
This commit is contained in:
commit
2c6f5251d8
@ -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