1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 01:20:40 +01:00

[ticket/15647] fix post font-size and line-height

PHPBB3-15647
This commit is contained in:
Michael Miday 2018-04-18 18:34:20 -04:00
parent 0d2960bd5e
commit ba1eda7d95

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;