fix: correct ANSI modal max-width to 80ch per spec
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -140,7 +140,7 @@ export function AnsiNfoModal({ open, onOpenChange }: AnsiNfoModalProps) {
|
||||
return (
|
||||
<Dialog open={open} onOpenChange={onOpenChange}>
|
||||
<DialogContent
|
||||
className="max-w-[84ch] w-[95vw] p-0 gap-0 bg-background border-border overflow-hidden"
|
||||
className="max-w-[80ch] w-[95vw] p-0 gap-0 bg-background border-border overflow-hidden"
|
||||
onKeyDown={(e) => {
|
||||
if (!animationDone && e.key !== 'Escape') {
|
||||
skipAnimation()
|
||||
|
||||
Reference in New Issue
Block a user