Skip to content

Commit

Permalink
Fix bounce meta JSON overflowing in the table on admin UI. Closes #1797.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jan 19, 2025
1 parent 0e49a4b commit ff19a34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -799,8 +799,13 @@ section.lists {
}

.bounces {
tr.detail td {
max-width: 0;
}
pre {
padding: 5px 10px;
overflow-x: auto;
max-width: 100%;
}
}

Expand Down

0 comments on commit ff19a34

Please sign in to comment.