Skip to content

Commit 68d5050

Browse files
committed
Set a min-width on treemap tooltip to fit the not-traced badge
1 parent 58290c9 commit 68d5050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codepulse/src/main/resources/toserve/pages/traces/treemap-tooltip.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
background: rgba(0,0,0,0.7);
33
border: none;
44
pointer-events: none;
5+
min-width: 235px;
56
max-width: initial;
67

78
font-size: 12px;

0 commit comments

Comments
 (0)