diff --git a/packages/quarkd/src/popupextra/index.tsx b/packages/quarkd/src/popupextra/index.tsx index 4748d957..d51fd041 100644 --- a/packages/quarkd/src/popupextra/index.tsx +++ b/packages/quarkd/src/popupextra/index.tsx @@ -150,14 +150,16 @@ class QuarkPopupExtra extends QuarkElement { this.title || this.subtitle ? "quark-popup-extra-header" : "" } > -
- + +
{this.title}
- -
- {this.subtitle && ( -
{this.subtitle}
- )} +
+ {this.subtitle && ( +
+ {this.subtitle} +
+ )} +