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.
This commit is contained in:
Riyadh
2026-05-04 10:28:39 +00:00
parent 2f73280a1d
commit f9e78202ed
@@ -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 {