Announcement

Collapse
No announcement yet.

Detail view Layout width

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Detail view Layout width

    It would be great if the Detail view panel could be made wider, there is not enough space to see the full Product name. It looks like there is plenty of space on both the left and right sides for this adjustment.

    Please see the printscreen.
    Attached Files

  • #2
    Hi, you can adjust the width In a custom css file:​

    PHP Code:
    :root {
    --
    record-grid-max-width1800px;
    }
    ​ 

    Comment


    • #3
      You can shrink some item columns. We won't increase the width of the main view as it would be too wide.

      Comment

      Working...
      X