Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-12102

Do not limit form width if asm_formSize is not defined

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 22.01.01
    • None
    • base
    • None

    Description

      When asm_formSize is not set, the css will limit the form width to 700px.
      This causes fields in a 2-column form to be misaligned.

      #${asm_multipleSelectForm}
          {
              width: ${asm_formSize!700}px
          ;
              position: relative
          ;
          }
      

      Examples at /ordermgr/control/FindRequest and /content/control/findContent

      Attachments

        Activity

          People

            jamesyong James Yong
            jamesyong James Yong
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: