Skip to content

Commit

Permalink
MessageBar: Added word-break to fix long word bug (#2803)
Browse files Browse the repository at this point in the history
* Added word-break to message bar

* change file
  • Loading branch information
micahgodbolt authored Sep 11, 2017
1 parent bb12bfd commit 5ae36cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "MessageBar: Added word-break to fix long words in message bar",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "mgodbolt@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
box-sizing: border-box;
display: flex;
position: relative;

word-break: break-word;
.icon {
@include padding-right(8px);
color: $ms-color-info;
Expand Down

0 comments on commit 5ae36cd

Please sign in to comment.