Skip to content

Commit

Permalink
wrap concept details links values
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jun 7, 2023
1 parent a5688e1 commit e01fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/concept_details_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def render_properties(properties_set, ontology_acronym, &block)
<td nowrap= "" style="width:30%" >
<span title=#{url} data-controller="tooltip">#{remove_owl_notation(key)}</span>
</td>
<td>#{"#{ajax_links.join('</p><p>')}".html_safe}</td>
<td class="d-flex flex-wrap">#{"<p class='mx-1'>#{ajax_links.join('</p><p class="mx-1">')}".html_safe}</td>
</tr>
EOS
out += line
Expand Down

0 comments on commit e01fecb

Please sign in to comment.