Skip to content

Commit 6e34deb

Browse files
fix:[lar-183] fix style in profile questions tabs
1 parent c90229c commit 6e34deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/forum/thread.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<article class="rounded-xl p-4 bg-white ring-1 ring-gray-200/50 transition duration-200 ease-in-out dark:bg-gray-800 dark:ring-white/10 dark:hover:bg-white/10 lg:p-5" aria-labelledby="{{ $thread->slug }}">
66
<x-forum.thread-channels :thread="$thread" />
77

8-
<div class="flex items-center gap-4">
9-
<h2 id="question-title-{{ $thread->id }}" class="truncate text-xl font-medium text-gray-900 dark:text-white lg:text-xl">
8+
<div class="flex fle-wrap items-center gap-4">
9+
<h2 id="question-title-{{ $thread->id }}" class="text-xl font-heading/7 font-semibold text-gray-900 dark:text-white">
1010
<x-link :href="route('forum.show', $thread)" class="hover:underline">
1111
{{ $thread->subject() }}
1212
</x-link>

0 commit comments

Comments
 (0)