Skip to content

Commit

Permalink
fix(style): sidebar break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 19, 2018
1 parent 969ea5e commit 2d78137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default {
color: white;
overflow-y: auto;
padding: 20px 0;
word-break: break-word;
& a {
color: white;
Expand Down

0 comments on commit 2d78137

Please sign in to comment.