Skip to content

Commit 6302641

Browse files
committed
refactor: remove line-clamp for presentation description
1 parent c621fe7 commit 6302641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/Pages/Profile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const goToPresentation = (presentation: PresentationListItem) => {
108108
</h2>
109109
<p
110110
v-if="presentation.description"
111-
class="text-gray-600 dark:text-gray-400 text-sm mb-4 line-clamp-3 flex-grow"
111+
class="text-gray-600 dark:text-gray-400 text-sm mb-4 flex-grow"
112112
>
113113
{{ presentation.description }}
114114
</p>

0 commit comments

Comments
 (0)