From 9d61490743bbe87c820dfa2fd11c46236e9abb5f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 14 Mar 2025 07:52:24 -0700 Subject: [PATCH] style: Make toast width adapt to text content --- aider/website/examples/recording.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/examples/recording.md b/aider/website/examples/recording.md index 56fc358de..ac2bf015b 100644 --- a/aider/website/examples/recording.md +++ b/aider/website/examples/recording.md @@ -77,9 +77,9 @@ layout: minimal font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 18px; text-align: center; - min-width: 250px; + width: fit-content; max-width: 90%; - white-space: nowrap; + white-space: normal; } /* Page container styling */