Skip to content

Commit

Permalink
refactor: increasing the width of topology tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtiwary committed Sep 12, 2023
1 parent 010916f commit 5c85b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
opacity: 0.92;
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.14);
border-radius: 4px;
max-width: 400px;
max-width: 800px;
min-width: 140px;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 5c85b95

Please sign in to comment.