fix: Prevent line breaks in toast notifications with CSS adjustments

This commit is contained in:
Paul Gauthier (aider) 2025-03-14 08:03:35 -07:00
parent 9d61490743
commit 9b6ff487da

View file

@ -77,9 +77,10 @@ layout: minimal
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
width: fit-content; display: inline-block;
min-width: 120px;
max-width: 90%; max-width: 90%;
white-space: normal; white-space: nowrap;
} }
/* Page container styling */ /* Page container styling */