File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const CardHeader = ({
113
113
} ) => (
114
114
< div
115
115
className = { twMerge (
116
- "bg-surface-overlay flex w-full flex-1 justify-between px-4 py-3" ,
116
+ "bg-surface-overlay flex w-full max-w-fit flex-1 justify-between px-4 py-3" ,
117
117
className ,
118
118
) }
119
119
style = { style }
@@ -163,7 +163,7 @@ const CardHeaderTitle = ({
163
163
prefixStyle ?: CSSProperties
164
164
} ) => {
165
165
const _className = twMerge (
166
- "mt-0 w-full truncate text-start text-xl font-medium" ,
166
+ "mt-0 truncate text-start text-xl font-medium" ,
167
167
className ,
168
168
)
169
169
@@ -205,7 +205,7 @@ const CardHeaderSubtitle = ({
205
205
id ?: string
206
206
} ) => {
207
207
const _className = twMerge (
208
- "text-text-subtlest mt-1 w-full flex-1 justify-start truncate text-start text-sm font-semibold" ,
208
+ "text-text-subtlest mt-1 flex-1 justify-start truncate text-start text-sm font-semibold" ,
209
209
className ,
210
210
)
211
211
if ( typeof children === "string" ) {
You can’t perform that action at this time.
0 commit comments