diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-02-26 18:33:10 +0100 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-09 15:36:10 +0100 |
commit | 9cbf33071f895a3ca1c9dad398d964e189e4a766 (patch) | |
tree | 1a79ffffbac062388d6b623fffb95d77b0028efe /web-ui/app/scss | |
parent | 7b5d5ef57289c00b0314522b2c2981e4fc7a0f6c (diff) |
Issue #617: Add sandbox to user-agent
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_read.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 2c079408..236a7c7c 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -66,6 +66,13 @@ .bodyArea { padding: 10px 30px 0 30px; + box-sizing: border-box; + + iframe { + box-sizing: inherit; + border: none; + width: 100%; + } } .attachmentsAreaWrap { |