Problem/Motivation
The name_pattern field has been assigned a fixed width of 256, which can cause horizontal scrolling in narrow windows.
Proposed resolution
Update the element to have a width of 100% instead.
The name_pattern field has been assigned a fixed width of 256, which can cause horizontal scrolling in narrow windows.
Update the element to have a width of 100% instead.
Comments
Comment #3
mandclu commentedComment #4
mxh commentedThat's perfect, thank you for fixing this one.