Merge pull request #994 from thelounge/astorije/fix-height-help

Fix wrong font size in help center labels
This commit is contained in:
Pavel Djundik 2017-03-30 09:51:09 +03:00 committed by GitHub
commit 2c6f5251d8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }