diff --git a/src/main/webapp/forms/selectMultiMenu.xhtml b/src/main/webapp/forms/selectMultiMenu.xhtml index ff7a6bcd..d33ed563 100644 --- a/src/main/webapp/forms/selectMultiMenu.xhtml +++ b/src/main/webapp/forms/selectMultiMenu.xhtml @@ -196,6 +196,27 @@
  • onInitialized
  • +

    Setting the width

    +

    By default, the multiple-choice select box doesn't respect the form-group + properties. In other words, it's smaller than the other input fields, which use all + available space in a <b:column />. You can fix this with a few lines + of CSS code:

    + + + +

    Options