increase line-height on texts (#20206)

This commit is contained in:
Frédéric Péters 2017-11-22 10:00:17 +01:00
parent 6130acd8b3
commit a04a2f75e0
1 changed files with 4 additions and 0 deletions

View File

@ -336,3 +336,7 @@ ul#deployed li.nok::before {
body.controller-issues.action-show div#content > div.contextual > a.icon-del {
display: none;
}
div.wiki { /* also used for descriptions and comments */
line-height: 140%;
}