We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160a9f2 commit cd178b9Copy full SHA for cd178b9
frontend/src/components/app/users/UserProfile.vue
@@ -28,7 +28,7 @@
28
<h1 class="text-gray-600"><span class="capitalize">{{user.gender}}</span> looking for {{preferences()}}</h1>
29
</div>
30
31
- <div class="text-center text-wrap p-8 border-b">
+ <div class="text-center break-words p-8 border-b">
32
<h1>{{user.bio}}</h1>
33
<div class="flex flex-wrap justify-center mx-auto mt-6">
34
<h1 v-for="(interest, index) in userInterests" :key="index"
0 commit comments