Skip to content

Commit

Permalink
Merge pull request #994 from thelounge/astorije/fix-height-help
Browse files Browse the repository at this point in the history
Fix wrong font size in help center labels
  • Loading branch information
xPaw committed Mar 30, 2017
2 parents d5d3cb6 + da0a52e commit 2c6f525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/css/style.css
Expand Up @@ -1327,6 +1327,7 @@ kbd {
#help .help-item .subject,
#help .help-item .description {
display: table-cell;
font-size: 14px;
padding-bottom: 15px;
}

Expand All @@ -1337,7 +1338,6 @@ kbd {
}

#help .help-item .description p {
font-size: 14px;
margin-bottom: 0;
}

Expand Down

0 comments on commit 2c6f525

Please sign in to comment.