Skip to content

Commit

Permalink
Fix links breaking in panels
Browse files Browse the repository at this point in the history
  • Loading branch information
neagle committed Mar 4, 2015
1 parent 8961ab0 commit 0abf71e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/scss/rules/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,7 @@ h1 .rank {
.file-over {
background: hsla(50, 100%, 50%, 0.5);
}

.panel-body {
word-break: break-word;
}

0 comments on commit 0abf71e

Please sign in to comment.