1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/16612] Remove html from lang key instead of 1 br per paragraph

PHPBB3-16612
This commit is contained in:
Christian Schnegelberger
2020-10-13 18:34:42 +02:00
parent 604b3f49b7
commit 40c2fa7e5e
3 changed files with 18 additions and 16 deletions

View File

@@ -362,10 +362,12 @@ dd.option {
}
.agreement {
font-size: 10px;
font-size: 12px;
line-height: 17px;
margin-bottom: 10px;
}
.agreement .agreement-text {
.agreement-text {
line-height: 17px;
margin-bottom: 10px;
}