Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
Add max width to image of 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
lepon01 committed Apr 16, 2019
1 parent 93769e4 commit ed1a5da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/BotPageContentBox/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
padding: 0;
}
}

img {
max-width: 100%;
}
}

.tableContainer {
Expand Down

0 comments on commit ed1a5da

Please sign in to comment.