Fix True Retention table clipping on overflow (#3735)

This commit is contained in:
Ross Brown 2025-01-18 05:00:13 +00:00 committed by GitHub
parent 86c2887e56
commit 5b8d8247f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -86,7 +86,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
overflow-x: auto;
display: flex;
justify-content: center;
align-items: center;
}
</style>

View file

@ -1,5 +1,8 @@
table {
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}
tr {