From 6e4272a8ff59009f1204e43d6e984da9f3fae76f Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 1 Oct 2022 03:48:38 -0600 Subject: [PATCH] Update collection components, fix title/description padding/overflow bug and add title/description limit and input counter --- .../js/components/CollectionComponent.vue | 42 +++++++++++++++---- .../js/components/CollectionCompose.vue | 10 ++++- 2 files changed, 42 insertions(+), 10 deletions(-) diff --git a/resources/assets/js/components/CollectionComponent.vue b/resources/assets/js/components/CollectionComponent.vue index 3480fa9ee..dd7ebf433 100644 --- a/resources/assets/js/components/CollectionComponent.vue +++ b/resources/assets/js/components/CollectionComponent.vue @@ -25,11 +25,11 @@
- +
-
-

{{title || 'Untitled Collection'}}

-

{{description}}

+
+

{{title || 'Untitled Collection'}}

+
{{description}}

@@ -77,7 +77,7 @@ style="width:100%; height: 400px; object-fit: cover;" >

- +