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
Screenshots

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.
macOS

Windows

Describe the bug
"#Columns" out of container in Edit View
To Reproduce
Steps to reproduce the behavior:
Expected behavior
"#Columns" input box no overflow
Screenshots

Environment (please complete the following information):
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.
macOS

Windows
