File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 152
152
<div class =" flex items-center gap-x-5" >
153
153
<x-avatar :user =" $author" class =" w-10 h-10" />
154
154
155
- <span class =" flex flex-col" >
156
- <a href =" {{ route (' profile' , $author -> username ()) } }" class =" hover:underline" >
155
+ <span class =" flex flex-col flex-1 min-w-0 " >
156
+ <a href =" {{ route (' profile' , $author -> username ()) } }" class =" truncate hover:underline" >
157
157
<span class =" text-gray-900 font-medium" >
158
158
{{ $author -> username () } }
159
159
</span >
Original file line number Diff line number Diff line change 129
129
<div class =" flex items-center gap-x-5" >
130
130
<x-avatar :user =" $member" class =" w-10 h-10" />
131
131
132
- <span class =" flex flex-col" >
133
- <a href =" {{ route (' profile' , $member -> username ()) } }" class =" hover:underline" >
132
+ <span class =" flex flex-col flex-1 min-w-0 " >
133
+ <a href =" {{ route (' profile' , $member -> username ()) } }" class =" truncate hover:underline" >
134
134
<span class =" text-gray-900 font-medium" >
135
135
{{ $member -> username () } }
136
136
</span >
You can’t perform that action at this time.
0 commit comments