Open
Description
Version
1.49.1
Steps to reproduce
- Open UI Mode/trace viewer
- Click on the sidebar toggle on the middle right side
- Notice that all of the text is cut off and not nicely truncated
Expected behavior
Strings should nicely truncate, and a minimum size should be set if this can't be met.
Actual behavior
Additional context
No response
Environment
System:
OS: Windows 11 10.0.26100
CPU: (6) x64 Intel(R) Core(TM) i5-9500 CPU @ 3.00GHz
Memory: 2.76 GB / 15.81 GB
Binaries:
Node: 20.17.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.22 - ~\AppData\Roaming\npm\yarn.CMD
npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD
IDEs:
VSCode: 1.95.2 - C:\Users\agastineau\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
Activity
reyrodrigez commentedon Jan 17, 2025
hey @agg23 I'm happy to raise a PR for this
agg23 commentedon Jan 17, 2025
Thanks @reyrodrigez. Be my guest
Zemotacqy commentedon Jun 2, 2025
Hey @agg23 , Can you please confirm if this behaviour is as per your suggestions mentioned here?
video1198040189.mp4
agg23 commentedon Jun 2, 2025
@Zemotacqy, that was the general idea, yes.
Zemotacqy commentedon Jun 4, 2025
Nice. @agg23 , While a working solution has been created. Wanted to discuss a couple of points:
gap
andpadding
css directives. This complicates the resize width calculation logic. Hence, I want to try updating the css along these lines and then implement the resize behaviour first.Let me know your thoughts, or if you have better approach in mind, would be happy to implement.