diff --git a/src/components/calcite-block-section/calcite-block-section.tsx b/src/components/calcite-block-section/calcite-block-section.tsx index 01155a97..47122960 100644 --- a/src/components/calcite-block-section/calcite-block-section.tsx +++ b/src/components/calcite-block-section/calcite-block-section.tsx @@ -1,6 +1,7 @@ import { Component, Element, Event, EventEmitter, Prop, h, VNode } from "@stencil/core"; import { getElementDir } from "../utils/dom"; +import { CSS_UTILITY } from "../utils/resources"; import { CSS, ICONS, TEXT } from "./resources"; import { guid } from "../utils/guid"; import { CalciteBlockSectionToggleDisplay } from "../interfaces"; @@ -167,7 +168,7 @@ export class CalciteBlockSection { ); return ( -
+
{headerNode}