Skip to content

Commit 641ae2f

Browse files
committed
bump number of caracters for css truncate before js one
1 parent 43651e0 commit 641ae2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datagouv-components/src/components/ObjectCardShortDescription.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const props = withDefaults(defineProps<{
1515
text?: string | null
1616
maxLength?: number
1717
}>(), {
18-
maxLength: 200,
18+
maxLength: 300,
1919
})
2020
2121
// Truncate in JS to avoid sending very long markdown-cleaned text to the DOM.

0 commit comments

Comments
 (0)