Update ChannelDetail component: adjust SelectTrigger width for better UI consistency and accommodate longer text without wrapping.

This commit is contained in:
Leonid Pershin
2026-07-25 06:57:21 +03:00
parent 4eee98467d
commit 1bdc3323ab
@@ -745,7 +745,7 @@ function ChannelShowRow({
<td className="py-2">
<div className="flex items-center gap-1">
<Select value={blockMode} onValueChange={(v) => setBlockMode(v as BlockMode)}>
<SelectTrigger className="h-8 w-28">
<SelectTrigger className="h-8 w-36 whitespace-nowrap">
<SelectValue />
</SelectTrigger>
<SelectContent>