Skip to content

Commit

Permalink
#16246 Icon selector in edit toolgroup breaks on invalid values
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredo-dotcms authored and fmontes committed Mar 20, 2019
1 parent 2c83d2b commit 5ed5b93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@
<dt><label for="layoutDescription"><%= LanguageUtil.get(pageContext, "Icon") %>:</label></dt>
<dd style="position:relative;">
<input id="layoutDescription" type="text" dojoType="dijit.form.TextBox" onchange="updateIcon(this.value)"/>
<i id="tabIcon" class="material-icons" style="position:absolute; top: 6px; right: 7px;" aria-hidden="true"></i>
<i id="tabIcon" class="material-icons" style="position:absolute; top: 6px; right: 7px; overflow: hidden; width: 34px" aria-hidden="true"></i>
<div class="hint-text"><%= LanguageUtil.get(pageContext, "Icon-hint") %></div>
</dd>
<dt><label for="layoutOrder"><%= LanguageUtil.get(pageContext, "order") %>:</label></dt>
Expand Down

0 comments on commit 5ed5b93

Please sign in to comment.