Jump to content

Request log


windsurfer

Recommended Posts

I was looking at the request log and all the entries were going past the right side of the screen and i couldn't read it so i changed a setting in the layout.css and added the overflow.

#content {
    margin-left: 150px;
    height: 100%;
    min-height: 100%;
    overflow-wrap: anywhere;
}
 

Also in the console for the request log i found as in the image so i changed the layout.css 

div.tab_content {
    margin-bottom: 10px;
    padding: 0;
    clear: right;
    transform: scale(1); /* Standard Property */
    transform-origin: 0 0;  /* Standard Property */    display: none
}
 

That got rid of the error but not sure if that is how it should be done.

 

 

 

 

image.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...