From 283d5507abcaaa2f64f5dbe902d3fdbf66650648 Mon Sep 17 00:00:00 2001 From: Kevin Schaper Date: Sun, 7 Jul 2024 19:38:41 -0700 Subject: [PATCH] Fix taxon name colliding with genotype names in search (#754) A small css tweak to get long names to wrap so that they don't collide with the taxon label fixes #753 --- frontend/src/pages/explore/TabSearch.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/pages/explore/TabSearch.vue b/frontend/src/pages/explore/TabSearch.vue index 47173a357..01e2701dd 100644 --- a/frontend/src/pages/explore/TabSearch.vue +++ b/frontend/src/pages/explore/TabSearch.vue @@ -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;