Skip to content

Commit

Permalink
remove card border in the tree side
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jan 23, 2025
1 parent 29c9fb8 commit e6b785e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ontologies/visualize.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- @title = "#{@ontology.name} - #{@concept.prefLabel}"
%div.tooltip
%div#bd_content.bd_content.explore.py-3{data:{controller: 'container-splitter'}}
%div.card.sidebar.d-flex.flex-column.p-1.mx-2{data:{'container-splitter-target': 'container'}}
%div.sidebar.d-flex.flex-column.p-1.mx-2{data:{'container-splitter-target': 'container'}}
%div#qsearch.input-group.pb-2.pe-1
%span.input-group-text Jump to:
= text_field_tag("search_box", nil, class: "form-control rounded-end", aria: {label: "Jump to:"},
Expand Down

1 comment on commit e6b785e

@alexskr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@syphax-bouazzouni, @mdorf
Removing the card border prevents the center divider from shifting to the left beyond the longest class name in the term tree.

Please sign in to comment.