File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
vulnerabilities/templates
vulnerablecode/static/css Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 190190 {% for ref in vulnerability.references.all %}
191191 < tr >
192192 {% if ref.reference_id %}
193- < td > {{ ref.reference_id }}</ td >
193+ < td class =" wrap-strings " > {{ ref.reference_id }}</ td >
194194 {% else %}
195195 < td > </ td >
196196 {% endif %}
197- < td > < a href ="{{ ref.url }} " target ="_blank "> {{ ref.url }}< i class ="fa fa-external-link fa_link_custom "> </ i > </ a > </ td >
197+ < td class =" wrap-strings " > < a href ="{{ ref.url }} " target ="_blank "> {{ ref.url }}< i class ="fa fa-external-link fa_link_custom "> </ i > </ a > </ td >
198198 </ tr >
199199 {% empty %}
200200 < tr >
Original file line number Diff line number Diff line change @@ -193,6 +193,10 @@ code {
193193 /* word-break: break-all; */
194194}
195195
196+ .wrap-strings {
197+ word-break : break-all;
198+ }
199+
196200.two-col-left {
197201 width : 160px ;
198202 text-align : right !important ;
You can’t perform that action at this time.
0 commit comments