From 8b3fa91ae386759d1b342cc908cc86a7913d0de8 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sun, 3 Jun 2018 19:54:20 -0400 Subject: [PATCH] [ticket/15679] Overide css inheritance in cp.css PHPBB3-15679 --- phpBB/styles/prosilver/theme/cp.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index 11ca6dd10c..6d3bfe916c 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -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 */