Announcement

Collapse
No announcement yet.

Too much white / empty space on the detail view | EspoCRM 8.0.0.

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

  • Too much white / empty space on the detail view | EspoCRM 8.0.0.

    RESOLVED.


    Hi, is there a way to fix it and use a whole screen?
    Mostly on the right side of the detail view, please guide me on how to set it back to use 100% (or close to it)

    Thanks




    Same behavior on Safari/Firefox (Desktop only), layout is perfect on mobile.

    Update:
    After few minutes issue persists only on Safari
    Thanks

    Update2:
    Worked just fine after browser restart, then zoom +, zoom - (Actual size).

    Issue is closed.​
    Attached Files
    Last edited by Russ; 09-07-2023, 10:38 PM.

  • #2
    This is intentional to prevent forms from being toooo stretched.

    One can adjust the width.

    In custom css file:

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

    Comment


    • yuri
      yuri commented
      Editing a comment
      I also encourage using zoom (Ctrl + Plus) on very wide screens

  • #3
    Thanks

    Comment

    Working...
    X