UX: Summary container should be fixed instead of growing (#783)

This commit is contained in:
Keegan George 2024-08-29 16:32:05 -07:00 committed by GitHub
parent fdadfa029e
commit 4176fbd3dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
.topic-map__ai-summary-content { .topic-map__ai-summary-content {
.ai-summary-container { .ai-summary-container {
width: 100%; width: 100vw;
} }
.ai-summary { .ai-summary {