mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-15 15:58:52 +00:00
[ticket/11782] Apply line-height correctly
Apply line-height only to bolded elements inside post notices that are direct child elements of forms. PHPBB3-11782
This commit is contained in:
parent
c63901fcb5
commit
0b32a97c47
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ p.post-notice:before {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
form p.post-notice strong {
|
form > p.post-notice strong {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue