Skip to content

Commit

Permalink
chore: Including hotfix-20554 (#26146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcastro-dotcms committed Sep 17, 2023
1 parent 2d3d63f commit d73a272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
name="<%=field.getFieldContentlet()%>MultiSelect"
id="<%=field.getVelocityVarName()%>MultiSelect"
onchange="update<%=field.getVelocityVarName()%>MultiSelect();emmitFieldDataChange(true)"
style="width: 200px;""<%=field.isReadOnly()?"readonly=\"readonly\"":""%>">
style="max-width: 100%;width: max-content;overflow-x: auto;""<%=field.isReadOnly()?"readonly=\"readonly\"":""%>">
<%
String compareValue = (UtilMethods.isSet(value) ? value.toString() : (UtilMethods.isSet(defaultValue) ? defaultValue : ""));
String[] compareValueTokens = compareValue.split(",");
Expand Down

0 comments on commit d73a272

Please sign in to comment.