mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Prevent line breaks in toast notifications with CSS adjustments
This commit is contained in:
parent
9d61490743
commit
9b6ff487da
1 changed files with 3 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue