Table view does not fit whole screen on a 4K monitor

  • 21 March 2019
  • 4 replies
  • 43 views

using a 4k monitor the "table view" does not fit the width of the screen

it has a fixed width and scroll bars at the bottom of the page


About 50% of my screen is gray with a border down each side 

 I have to scroll to the bottom of the page to find the scroll bar  to move left and right to see the columns.


all columns should fit on my screen and the 50% of space down each side should be used 


Using Chrome 




freshdesk4k_39744.png

4 replies

changing CSS fixes it

FROM 


.responsive {

    width: calc(70% - 64px);

    max-width: 1815px;

    margin: 0 auto;

    position: relative;

}


TO 


TO


.responsive {

    /* width: calc(70% - 64px); */

    /* max-width: 1815px; */

    margin: 0 auto;

    position: relative;

}




I'm also experiencing this issue on 1440p, is there a fix for this? Quite annoying to not be able to utilize all the space on my 27" monitor.



Same issue here


Hi Folks,


We heard you. This sure is one of the popular asks from our crowd! 


Our product managers are exploring the possibilities to accommodate this in the near future. Please keep an eye out on our track of updates. 


We would make sure to notify when this is available.


Cheers!

Reply