Commit c964e8a8 authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 32579.

parent 37313fb5
...@@ -747,7 +747,7 @@ define([ ...@@ -747,7 +747,7 @@ define([
'<input type="button" class="checked img-commonctrl"/>', '<input type="button" class="checked img-commonctrl"/>',
'<% } %>', '<% } %>',
'</label>', '</label>',
'<div id="<%= id %>" class="list-item" style="pointer-events:none;margin-left:20px;display:inline-block;"><%= value %></div>', '<div id="<%= id %>" class="list-item" style="pointer-events:none;margin-left:20px;display:inline-block;width: 185px;"><%= value %></div>',
'</div>' '</div>'
].join('')) ].join(''))
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment