Skip to content

Commit

Permalink
Fixed Link type text coming out of the card in dashboard (#6267)
Browse files Browse the repository at this point in the history
Added CSS for overflow-wrap in the class body of the comment section to avoid overflow of the text.
  • Loading branch information
darksun27 authored and jywarren committed Sep 26, 2019
1 parent f0565e8 commit 7e2ebf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@
color: #555;
}

.note-comment .body {
overflow-wrap : break-word;
}

.note-wiki .btn-default:hover,
.note-comment .btn-default:hover {
background: #eee;
Expand Down

0 comments on commit 7e2ebf0

Please sign in to comment.