mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02: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:
@@ -705,7 +705,7 @@ p.post-notice:before {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
form p.post-notice strong {
|
||||
form > p.post-notice strong {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user