-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Describe the bug
"#Columns" out of container in Edit View
To Reproduce
Steps to reproduce the behavior:
- Open Edit View in Windows
Expected behavior
"#Columns" input box no overflow
Environment (please complete the following information):
- OS: Windows 11 24H2
- Version of Memory View: v0.0.27
- Debugger Type: don't care
- Debugger Version: don't care
Additional context
I tried to set 'view-settings' width from + 20 to + 30 will solve this problem in Windows, but on macOS will not fit
In the end, I removed 'view-settings' (width: ${bigLabel.length + 20}ch
) setting and removed #Columns (style={{ width: '4ch' }}) and got a better view in macOS and Windows, but I'm still thinking, is there a better way to solve this?
Since those setting let the view not so compact.
Metadata
Metadata
Assignees
Labels
No labels