Skip to content

Commit

Permalink
Fixing word break
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadmahmood committed Apr 7, 2017
1 parent 48c0dc4 commit f9e47e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/sass/layout/_markdown.scss
@@ -1,5 +1,9 @@
@charset 'UTF-8';

.markdown__link {
word-break: break-all;
}

.markdown__heading {
font-weight: 700;
line-height: 1.5;
Expand Down

0 comments on commit f9e47e3

Please sign in to comment.