We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wrapTitle
CCardDialog
1 parent c0c865e commit a1a845cCopy full SHA for a1a845c
src/components/dialogs/CCardDialog.vue
@@ -28,6 +28,7 @@
28
:has-tabs-header="hasTabsHeader"
29
:force-scroll="forceScroll"
30
:scrolling-content-vertical-padding="scrollingContentVerticalPadding"
31
+ :wrap-title="wrapTitle"
32
max-width=""
33
@close="model = false"
34
>
@@ -82,6 +83,11 @@ withDefaults(
82
83
*/
84
titleSize?: "normal" | "large";
85
86
+ /**
87
+ * Whether the title should wrap.
88
+ */
89
+ wrapTitle?: boolean;
90
+
91
/**
92
* The subtitle of the dialog.
93
0 commit comments