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:
@@ -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