Detail view Layout width

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Laimonas
    Senior Member
    • May 2021
    • 201

    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
  • Kharg
    Senior Member
    • Jun 2021
    • 413

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

    PHP Code:
    :root {
    --record-grid-max-width: 1800px;
    }

    Comment

    • yuri
      Member
      • Mar 2014
      • 8511

      #3
      You can shrink some item columns. We won't increase the width of the main view as it would be too wide.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...