Skip to content

Commit 9bdc16f

Browse files
authored
Merge pull request #1204 from mcneilco/ACAS-669
ACAS-669: Fix text overflow of long sdf property name
2 parents e71610e + b580c75 commit 9bdc16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/CmpdRegBulkLoader/src/client/CmpdRegBulkLoader.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h4 class="modal-title bv_saveErrorTitle" style="color:red;"></h4>
210210
<script type="text/template" id="AssignedPropertyView" xmlns="http://www.w3.org/1999/html">
211211

212212
<div class="form-inline" style="margin-bottom:10px;margin-left:0px;">
213-
<span class="bv_sdfProperty span2" style="margin-top:5px;margin-left:0px;text-align:right;">Corporate ID</span>
213+
<span class="bv_sdfProperty span2" style="margin-top:5px;margin-left:0px;text-align:right;overflow-wrap:break-word;">Corporate ID</span>
214214
<span class="control-group bv_group_dbProperty">
215215
<select class="bv_dbProperty span3"></select>
216216
</span>

0 commit comments

Comments
 (0)