️(frontend) improve fallback width calculation

Sometimes we do not have the width of some
columns in a table. In such cases, we need to
calculate a fallback width to ensure the table
is rendered correctly.
We were previously using 120 points as the
fallback width, but this has been improved
to better fit the content.
We now check the size left and distribute it
among the unknown columns.
This commit is contained in:
Anthony LC
2025-09-03 18:11:43 +02:00
parent 814eb1f1a1
commit 726b50d6b5
3 changed files with 100 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ and this project adheres to
- #1282
- ♻️(backend) fallback to email identifier when no name #1298
- 🐛(backend) allow ASCII characters in user sub field #1295
- ⚡️(frontend) improve fallback width calculation #1333
### Fixed