Skip to content

Commit

Permalink
Fix taxon name colliding with genotype names in search (#754)
Browse files Browse the repository at this point in the history
A small css tweak to get long names to wrap so that they don't collide
with the taxon label

fixes #753
  • Loading branch information
kevinschaper committed Jul 8, 2024
1 parent c4a6000 commit 283d550
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/explore/TabSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,6 @@ watch(from, () => runGetSearch(false));
}
.title-taxon {
position: absolute;
margin-left: 40%;
color: $dark-gray;
font-size: 0.9rem;
text-align: left;
Expand Down

0 comments on commit 283d550

Please sign in to comment.