Commit f9b3203 1 parent 3678566 commit f9b3203 Copy full SHA for f9b3203
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ export default function Guestbook() {
228
228
height = { 55 }
229
229
className = "rounded-xl bg-muted"
230
230
/>
231
- < div className = "flex-1 min-w-[450px] w-full" >
231
+ < div className = "flex-1 min-w-0 md:min-w- [450px] w-full" >
232
232
< div className = "flex items-center justify-between w-full" >
233
233
< div className = "flex items-center gap-1 w-full" >
234
234
< span className = "font-semibold truncate" >
@@ -237,8 +237,8 @@ export default function Guestbook() {
237
237
< span className = "text-muted-foreground text-sm truncate" >
238
238
@{ msg . user_email . slice ( 0 , 8 ) }
239
239
</ span >
240
- < span className = "text-muted-foreground text-sm" > •</ span >
241
- < span className = "text-muted-foreground text-sm" >
240
+ < span className = "hidden md:block text-muted-foreground text-sm" > •</ span >
241
+ < span className = "hidden md:block text-muted-foreground text-sm" >
242
242
{ new Date ( msg . created_at ) . toLocaleDateString ( ) }
243
243
</ span >
244
244
</ div >
You can’t perform that action at this time.
0 commit comments