[
https://issues.apache.org/jira/browse/OFBIZ-12102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254953#comment-17254953 ]
ASF subversion and git services commented on OFBIZ-12102:
---------------------------------------------------------
Commit f561c41ea0fe3e3363128f89a9a2eaf0448fd538 in ofbiz-framework's branch refs/heads/trunk from James Yong
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=f561c41 ]
Improved: Do not limit form width if asm_formSize is not defined (OFBIZ-12102)
Changed at SetMultipleSelectJsList.ftl.
Tested page at /ordermgr/control/FindRequest
> 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
> Priority: Minor
> 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)