diff options
author | David Lawrence <dkl@mozilla.com> | 2016-07-12 16:44:03 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-07-12 16:44:03 +0200 |
commit | dc519b098fac5c18b3807e8a7dfd37334799c951 (patch) | |
tree | adfca05db74f5f84399520f147bc10ba786c51f1 /skins/standard | |
parent | b823202cd93b41b0cf68776a42825f8943f7d7e0 (diff) | |
download | bugzilla-dc519b098fac5c18b3807e8a7dfd37334799c951.tar.gz bugzilla-dc519b098fac5c18b3807e8a7dfd37334799c951.tar.xz |
Bug 1283649 - When an attachment is a github pull request link, the pull request diff should be displayed in the edit page
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/attachment.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index 01c4311d4..ace4b6781 100644 --- a/skins/standard/attachment.css +++ b/skins/standard/attachment.css @@ -221,6 +221,7 @@ div#update_container { height: 400px; width: 95%; margin-left: 2%; + overflow: auto; } .viewall_frame { |