Skip to content

Commit

Permalink
fix(tooltip): Firefox overflowing text when you have a long enough st…
Browse files Browse the repository at this point in the history
…ring without spaces (#737)
  • Loading branch information
bkrissIBM authored and tw15egan committed May 4, 2018
1 parent cdfd3db commit 20cd760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ When you're at a good stopping place and you're ready for feedback from other co
> - `<scope>` The scope could be anything specifying place of the commit change or the thing(s) that changed.
>
> __Commit message format:__
> ```
```
<type>(<scope>): <subject>
<BLANK LINE>
<body>
Expand Down
1 change: 1 addition & 0 deletions src/components/tooltip/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
padding: $spacing-lg;
border: 1px solid $ui-04;
z-index: z('floating');
word-wrap: break-word;

p {
@include font-family;
Expand Down

0 comments on commit 20cd760

Please sign in to comment.