aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/tpl/breadcrumb.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/breadcrumb.tpl b/view/tpl/breadcrumb.tpl
index 5bb5d07dd..f1332b4e2 100644
--- a/view/tpl/breadcrumb.tpl
+++ b/view/tpl/breadcrumb.tpl
@@ -1,5 +1,5 @@
<nav aria-label="breadcrumb">
- <ol class="breadcrumb bg-transparent p-2">
+ <ol class="breadcrumb bg-transparent section-content-wrapper">
{{foreach $breadcrumbs as $breadcrumb}}
{{if $breadcrumb@last}}
<li class="breadcrumb-item active h3 pt-3 pb-3" aria-current="page">{{$breadcrumb.name}}</li>