diff --git a/front/src/components/common/RenderedDescription.vue b/front/src/components/common/RenderedDescription.vue index 1bf562a33..14eb0f898 100644 --- a/front/src/components/common/RenderedDescription.vue +++ b/front/src/components/common/RenderedDescription.vue @@ -35,7 +35,7 @@ const props = withDefaults(defineProps(), { canUpdate: true, fetchHtml: false, permissive: false, - truncateLength: 150 + truncateLength: 200 }) const preview = ref('') @@ -100,7 +100,7 @@ const submit = async () => { @@ -109,7 +109,7 @@ const submit = async () => { diff --git a/front/src/components/playlists/Form.vue b/front/src/components/playlists/Form.vue index 9a3217b25..bb99b8f25 100644 --- a/front/src/components/playlists/Form.vue +++ b/front/src/components/playlists/Form.vue @@ -152,6 +152,16 @@ const submit = async () => { :label="t('components.playlists.Form.label.visibility')" /> + +
+