File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1717
1818 <h3 class =" mb-3 text-xl font-bold text-gray-900 line-clamp-2" v-text =" article.title" />
1919
20- <div class =" text-gray-500 line-clamp-4" v-html =" article.description" />
20+ <div class =" text-gray-500 line-clamp-4 prose " v-html =" article.description" />
2121
2222 <div class =" flex items-center justify-between mt-6" >
2323 <time class =" text-sm text-gray-500" v-text =" article.date" />
3737</template >
3838
3939<script setup>
40- import ArticleCategory from ' @/Components/ArticleCategory.vue' ;
41- import { ArrowNarrowRightIcon } from ' @heroicons/vue/solid' ;
42-
43- defineProps ({
44- article: {
45- type: Object ,
46- required: true ,
47- },
48- });
40+ import ArticleCategory from ' @/Components/ArticleCategory.vue' ;
41+ import { ArrowNarrowRightIcon } from ' @heroicons/vue/solid' ;
42+
43+ defineProps ({
44+ article: {
45+ type: Object ,
46+ required: true ,
47+ },
48+ });
4949 </script >
Original file line number Diff line number Diff line change 2424 :error =" form.errors['ngo.why_volunteer']"
2525 >
2626 </Textarea >
27- <p class =" text-xs font-normal text-gray-500" v-html =" $t('why_volunteer_info')" />
27+ <p class =" text-xs font-normal text-gray-500 prose " v-html =" $t('why_volunteer_info')" />
2828
2929 <div v-if =" 'organization' == form.type" class =" flex items-center justify-between mt-6 gap-x-4" >
3030 <SecondaryButton @click =" $emit('prev', $event.target)" >
Original file line number Diff line number Diff line change 4141
4242 <div class =" mb-10" v-if =" project.description" >
4343 <h2 class =" mb-6 text-3xl font-bold text-primary-900" >{{ $t('description') }}</h2 >
44- <div class =" text-lg text-gray-500" v-html =" project.description" />
44+ <div class =" text-lg text-gray-500 prose " v-html =" project.description" />
4545 </div >
4646 </div >
4747
You can’t perform that action at this time.
0 commit comments