Skip to content

Commit cd178b9

Browse files
committed
word break other user bio
1 parent 160a9f2 commit cd178b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/app/users/UserProfile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<h1 class="text-gray-600"><span class="capitalize">{{user.gender}}</span> looking for {{preferences()}}</h1>
2929
</div>
3030
</div>
31-
<div class="text-center text-wrap p-8 border-b">
31+
<div class="text-center break-words p-8 border-b">
3232
<h1>{{user.bio}}</h1>
3333
<div class="flex flex-wrap justify-center mx-auto mt-6">
3434
<h1 v-for="(interest, index) in userInterests" :key="index"

0 commit comments

Comments
 (0)