Skip to content

Commit

Permalink
Update target-block-html-message-displaying-wrong.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corinEN authored Mar 12, 2019
1 parent 4fcf7de commit d85e956
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions target-block-html-message-displaying-wrong.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This style can fix this issue by giving the target block's HTML message a width:

```css
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
.pb .en__contactMessage__htmlDisplay iframe {
width: 300px;
.pb .en__contactMessage__htmlDisplay iframe {
width: 300px;
}
}
```

0 comments on commit d85e956

Please sign in to comment.