Skip to content

Commit

Permalink
Fix width of iframe inside message box.
Browse files Browse the repository at this point in the history
The `iframe`, containing the example embedded gif, has a width greater than the width of the message box and thus breaks out of the message box. Here's an example: http://imgur.com/a/vRq7D
  • Loading branch information
CommandFox committed Jul 16, 2017
1 parent 3e5b9e1 commit 9de1608
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/botui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
&.human {
float: right;
}

iframe {
width: 100%;
}
}

.botui-message-content-image {
Expand Down

0 comments on commit 9de1608

Please sign in to comment.