⚡️(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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user