Skip to content

Commit

Permalink
add max width to img in commonmark zones
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Aug 9, 2019
1 parent f830367 commit 5ee60f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ label.radio-inline {

/* basic style for markdown content */

.markdown-content img {
max-width:100%;
}

.markdown-content table {
width:100%;
}
Expand All @@ -176,6 +180,8 @@ label.radio-inline {
border-top: 1px solid #e3e3e3;
}

/* end markdown styling */

.ng-select.form-control {
padding-top: 0;
padding-bottom: 0;
Expand Down

0 comments on commit 5ee60f9

Please sign in to comment.