8000 Merge pull request #1067 from orizens/master · code-tree/atom-typescript@cd7d97c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd7d97c

Browse files
authored
Merge pull request TypeStrong#1067 from orizens/master
fix: tooltip contents floats out of the tooltip container
2 parents ff8b0d7 + 822be88 commit cd7d97c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

styles/atom-typescript-tooltip.less

Lines changed: 10 additions & 0 deletions
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)
0