[ticket/15679] Overide css inheritance in cp.css

PHPBB3-15679
This commit is contained in:
hanakin 2018-06-03 19:54:20 -04:00
parent 20d0bc9c36
commit 8b3fa91ae3

View file

@ -357,5 +357,17 @@ ol.def-rules li {
line-height: 30px;
}
p.notification-title,
p.notification-forum,
p.notification-reason,
p.notification-time {
line-height: 14px;
margin-bottom: 4px;
}
p.notification-time {
margin-bottom: 0;
}
/* stylelint-enable selector-max-compound-selectors */
/* stylelint-enable selector-no-qualifying-type */