Skip to content

Commit

Permalink
NN-378 Border correction
Browse files Browse the repository at this point in the history
  • Loading branch information
TripZz committed Nov 2, 2023
1 parent f35036b commit da0f487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/pane/modules/pathways/TermPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export default {
.colorbar-text {
width: 100%;
background-color: darkgreen;
border-radius: 5px 0 0 5px;
}
.colorbar-img {
width: 15%;
Expand All @@ -124,6 +125,7 @@ export default {
align-items: center;
background-color: black;
padding: 1%;
border-radius: 0 5px 5px 0;
}
.colorbar-img img {
Expand Down

0 comments on commit da0f487

Please sign in to comment.