Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(notify): add word-break for long filenames
Browse files Browse the repository at this point in the history
Closes #1123
Christine Yu committed Aug 5, 2015
1 parent 95f049a commit a016500
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/styles/app.less
Original file line number Diff line number Diff line change
@@ -777,3 +777,8 @@ pre code {
border-color: #adadad;
color: #333;
}

.cg-notify-message {
word-break: break-all;
}

0 comments on commit a016500

Please sign in to comment.