Skip to content

Commit e8c0d02

Browse files
committed
updated css
1 parent edf6e70 commit e8c0d02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/styles/components/d3graph.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ body {
4545
color: #320a5c;
4646
border-radius: 4px;
4747
font-size: 15px;
48+
width: 200px;
4849
font-family: "Overpass Mono", monospace;
4950
}
5051

5152
/* Creates a small triangle extender for the tooltip */
5253
.d3-tip:after {
5354
box-sizing: border-box;
54-
display: inline;
55+
/* display: inline; */
5556
font-size: 15px;
56-
width: 100%;
57+
width: 200px;
5758
line-height: 1;
5859
color: #9cf4df;
5960
content: "\25BC";

0 commit comments

Comments
 (0)