Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Bean MultichoiceEditor width #4500

jungsoonsung ·

Hello
I am trying to make custom prompt bean.
texts are not fully displayed bacause Multichoice editor width is too short.
how can I change width or height of Multichoice editor?

  • replies 1
  • views 155
  • stars 1
robinshen ADMIN ·

With QB13 this can be done by adding a css rule in administration / css customization:

table.palette td.pane select {
    width: 500px;
}