Fix bounce meta JSON overflowing in the table on admin UI. Closes #1797.

This commit is contained in:
Kailash Nadh 2025-01-20 00:17:33 +05:30
parent 0e49a4bb7d
commit ff19a34f30

View file

@ -799,8 +799,13 @@ section.lists {
}
.bounces {
tr.detail td {
max-width: 0;
}
pre {
padding: 5px 10px;
overflow-x: auto;
max-width: 100%;
}
}