Skip to content

Commit 822be88

Browse files
authored
fix: tooltip contents floats out of the tooltip container
1 parent 0880857 commit 822be88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

styles/atom-typescript-tooltip.less

+10
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,15 @@
88
// This class exists by default and this is what we are using
99
.tooltip-inner{
1010
text-align: left;
11+
12+
b {
13+
word-break: break-word;
14+
word-wrap: break-word;
15+
white-space: normal;
16+
}
17+
18+
i {
19+
white-space: normal;
20+
}
1121
}
1222
}

0 commit comments

Comments
 (0)