1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-25 01:51:21 +01:00

Merge pull request #5212 from hanakin/ticket/15647

[ticket/15647] fix post font-size and line-height
This commit is contained in:
Marc Alexander 2018-04-23 13:49:54 +02:00 committed by GitHub
commit 1c9798320e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,8 +362,8 @@ dd.option {
---------------------------------------- */
.content {
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 14px;
font-size: 13px;
line-height: 18px;
clear: both;
overflow: hidden;
min-height: 30px;