James Yong created OFBIZ-12102:
----------------------------------
Summary: Do not limit form width if asm_formSize is not defined
Key: OFBIZ-12102
URL:
https://issues.apache.org/jira/browse/OFBIZ-12102 Project: OFBiz
Issue Type: Bug
Components: base
Affects Versions: Upcoming Branch
Reporter: James Yong
Assignee: James Yong
Fix For: Upcoming Branch
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.
{code:java}
#${asm_multipleSelectForm}
{
width: ${asm_formSize!700}px
;
position: relative
;
}
{code}
Examples at /ordermgr/control/FindRequest and /content/control/findContent
--
This message was sent by Atlassian Jira
(v8.3.4#803005)