Skip to content

Commit

Permalink
Fix tag visibility in relation graph #1011 (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
postrowinski authored Jan 9, 2025
1 parent f5799d8 commit cbb761c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mwdb/web/src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,16 @@ a.blob {
.not-expanded-node > g.label:hover {
transform: scale(1.1);
}
/* Relation graph */

.dagre-d3 .tag {
max-width: 100%;
}

.dagre-d3 .tag span {
white-space: pre-wrap;
width: 100%;
}

/* react-modal css fix */
.ReactModal__Overlay {
Expand Down

0 comments on commit cbb761c

Please sign in to comment.