[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:
parent
2fd6f254c8
commit
d3a6d91217
1 changed files with 2 additions and 0 deletions
|
@ -591,7 +591,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tlui-debug-panel__current-state {
|
.tlui-debug-panel__current-state {
|
||||||
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tlui-debug-panel__fps {
|
.tlui-debug-panel__fps {
|
||||||
|
|
Loading…
Reference in a new issue