chore: Minor style fix
This commit is contained in:
+3
-1
@@ -28,7 +28,9 @@ const emit = defineEmits([
|
||||
<div
|
||||
class="flex items-center justify-between gap-2 pt-4 pb-4 ltr:pl-6 rtl:pr-6 ltr:pr-5 rtl:pl-5"
|
||||
>
|
||||
<h4 class="text-base font-semibold leading-5 text-n-slate-12">
|
||||
<h4
|
||||
class="min-w-0 text-base font-semibold leading-5 truncate text-n-slate-12"
|
||||
>
|
||||
{{ title }}
|
||||
</h4>
|
||||
<div class="flex items-center gap-2">
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ const updateActiveOrdering = newOrdering => {
|
||||
title="Conversations"
|
||||
:active-status="activeStatus"
|
||||
:active-ordering="activeOrdering"
|
||||
class="w-[400px]"
|
||||
class="max-w-[400px] w-full"
|
||||
@filter="filter"
|
||||
@update:active-status="updateActiveStatus"
|
||||
@update:active-ordering="updateActiveOrdering"
|
||||
|
||||
Reference in New Issue
Block a user