mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update
This commit is contained in:
@@ -113,7 +113,7 @@ export function MailListTable({
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
meta: { className: 'w-[150px]' },
|
meta: { className: 'w-[150px] text-xs' },
|
||||||
minSize: 150, maxSize: 150,
|
minSize: 150, maxSize: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -162,6 +162,7 @@ export function MailListTable({
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
meta: { className: 'text-xs' },
|
||||||
maxSize: 120,
|
maxSize: 120,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -114,10 +114,10 @@ export function TextSearchInput() {
|
|||||||
<SelectTrigger
|
<SelectTrigger
|
||||||
className={cn(
|
className={cn(
|
||||||
"h-9 w-[110px] md:w-[130px] border-r border-border rounded-r-none",
|
"h-9 w-[110px] md:w-[130px] border-r border-border rounded-r-none",
|
||||||
"text-xs md:text-sm bg-transparent focus:ring-0 focus:ring-offset-0 shadow-none border-y-0 border-l-0"
|
"text-xs md:text-xs bg-transparent focus:ring-0 focus:ring-offset-0 shadow-none border-y-0 border-l-0"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<SelectValue />
|
<SelectValue/>
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
<SelectContent className="min-w-[240px]">
|
<SelectContent className="min-w-[240px]">
|
||||||
<SelectItem value="text" className="font-medium cursor-pointer text-xs">
|
<SelectItem value="text" className="font-medium cursor-pointer text-xs">
|
||||||
@@ -192,7 +192,7 @@ export function TextSearchInput() {
|
|||||||
onClick={() => handleSelectHistory(term)}
|
onClick={() => handleSelectHistory(term)}
|
||||||
>
|
>
|
||||||
<Search className="h-3.5 w-3.5 text-muted-foreground group-hover:text-primary" />
|
<Search className="h-3.5 w-3.5 text-muted-foreground group-hover:text-primary" />
|
||||||
<span className="truncate flex-1">{term}</span>
|
<span className="truncate flex-1 text-xs">{term}</span>
|
||||||
</button>
|
</button>
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user