From 6f022b225f34f6e10a01aa920671c9014c002d03 Mon Sep 17 00:00:00 2001 From: Alexander Opitz Date: Mon, 20 Jun 2022 18:37:24 +0200 Subject: [PATCH] [TASK] PageLayoutModul: Fix margin in BS3 navbar and panel-header Release: 8.0.0 --- Resources/Public/StyleSheet/PageLayout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Public/StyleSheet/PageLayout.css b/Resources/Public/StyleSheet/PageLayout.css index 5871d86e3..e67fced72 100644 --- a/Resources/Public/StyleSheet/PageLayout.css +++ b/Resources/Public/StyleSheet/PageLayout.css @@ -169,6 +169,11 @@ nav.flashRed { opacity: 0.6; } +/** Fix BS3 navbar margin */ +.tvp-node .card-header .navbar { + margin-bottom: 0; +} + /** @TODO default transition only while switching theme? */ .animationTransition { transition: all 0.5s linear 0s;