[fix] Debug panel text overflow (#2715)

This PR prevents text overflow on the debug panel.

### Change Type

- [x] `patch` — Bug fix
This commit is contained in:
Steve Ruiz 2024-02-04 09:46:16 +00:00 committed by GitHub
parent 2fd6f254c8
commit d3a6d91217
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -591,7 +591,9 @@
}
.tlui-debug-panel__current-state {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tlui-debug-panel__fps {