summaryrefslogtreecommitdiffstats
path: root/tpl/objects
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/objects')
-rw-r--r--tpl/objects/dialog.pug1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug
index 55dc8ad..3ceae69 100644
--- a/tpl/objects/dialog.pug
+++ b/tpl/objects/dialog.pug
@@ -18,6 +18,7 @@ mixin dialog(title)
18 let headerClass = { 18 let headerClass = {
19 'o-dialog__header': true, 19 'o-dialog__header': true,
20 'l-media': true, 20 'l-media': true,
21 'u-bb-1': !!slots.sidebar && !(slots['sidebar-header'] || attributes.sidebarTitle),
21 } 22 }
22 23
23 let sidebarHeaderClass = { 24 let sidebarHeaderClass = {