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 (
|
return (
|
||||||
<Dialog open={open} onOpenChange={onOpenChange}>
|
<Dialog open={open} onOpenChange={onOpenChange}>
|
||||||
<DialogContent
|
<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) => {
|
onKeyDown={(e) => {
|
||||||
if (!animationDone && e.key !== 'Escape') {
|
if (!animationDone && e.key !== 'Escape') {
|
||||||
skipAnimation()
|
skipAnimation()
|
||||||
|
|||||||
Reference in New Issue
Block a user