From 9b6ff487da5c37eb1468ff82b8eddff31b6291e3 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 14 Mar 2025 08:03:35 -0700 Subject: [PATCH] fix: Prevent line breaks in toast notifications with CSS adjustments --- aider/website/examples/recording.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aider/website/examples/recording.md b/aider/website/examples/recording.md index ac2bf015b..3d0f49c81 100644 --- a/aider/website/examples/recording.md +++ b/aider/website/examples/recording.md @@ -77,9 +77,10 @@ layout: minimal font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 18px; text-align: center; - width: fit-content; + display: inline-block; + min-width: 120px; max-width: 90%; - white-space: normal; + white-space: nowrap; } /* Page container styling */