Update attendee display to prevent text overflow
Modify CSS for attendee lines to allow text wrapping and change attendee item display to inline to ensure long attendee names fit within the PDF rendering. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: d40348a8-3046-467d-84f1-d0084b560422 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/Zh9QhRk Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -398,7 +398,7 @@ tr {
|
||||
}
|
||||
|
||||
.attendee-line {
|
||||
white-space: nowrap;
|
||||
white-space: normal;
|
||||
direction: ${dir};
|
||||
unicode-bidi: isolate;
|
||||
}
|
||||
@@ -406,6 +406,7 @@ tr {
|
||||
.attendee-item {
|
||||
white-space: nowrap;
|
||||
unicode-bidi: isolate;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
|
||||
Reference in New Issue
Block a user