From da0f4872005fa0a13d4539feb8d18b703f690f48 Mon Sep 17 00:00:00 2001 From: TripZz Date: Thu, 2 Nov 2023 14:24:14 +0100 Subject: [PATCH] NN-378 Border correction --- frontend/src/components/pane/modules/pathways/TermPane.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/pane/modules/pathways/TermPane.vue b/frontend/src/components/pane/modules/pathways/TermPane.vue index 340b5cb2..cea02d13 100644 --- a/frontend/src/components/pane/modules/pathways/TermPane.vue +++ b/frontend/src/components/pane/modules/pathways/TermPane.vue @@ -114,6 +114,7 @@ export default { .colorbar-text { width: 100%; background-color: darkgreen; + border-radius: 5px 0 0 5px; } .colorbar-img { width: 15%; @@ -124,6 +125,7 @@ export default { align-items: center; background-color: black; padding: 1%; + border-radius: 0 5px 5px 0; } .colorbar-img img {