Width of Detail View

One option would be to use CSS to override the defaults.

At least for me just giving more width to the sidebar and detail part helps:

/* Detail side */
._3_QsQBLw {
  width: 300px;
}

and

/* Detail width */
.kr-line.kr-line-set-width {
    width: 1600px;
}

Check this message for more instructions to hack the css Better formula editor

2 Likes