fix(ui): resolve breadcrumb visibility and AI combobox layout issues
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m31s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m31s
This commit is contained in:
@@ -677,7 +677,7 @@ export function ContextualAIChat({
|
||||
|
||||
{/* ── Chat Footer: Context + Tone + Input ── */}
|
||||
<div className="px-6 py-8 border-t border-border shrink-0 space-y-6">
|
||||
<div className="grid grid-cols-2 gap-4">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="space-y-3">
|
||||
<label className="text-[10px] uppercase tracking-[0.25em] font-bold text-foreground/40 px-1">CONTEXTE</label>
|
||||
<div className="flex flex-col gap-2">
|
||||
@@ -703,6 +703,7 @@ export function ContextualAIChat({
|
||||
onSelect={(id) => setChatScope(id)}
|
||||
placeholder="Inclure un carnet..."
|
||||
className="w-full"
|
||||
size="sm"
|
||||
dropUp
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user