https://bugs.webkit.org/show_bug.cgi?id=112964
Reviewed by Philip Rogers.
Increased the width from 500px to 600px so that all bubbles fit.
* template/en/custom/attachment/list.html.tmpl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@146524
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-03-21 Ryosuke Niwa <rniwa@webkit.org>
+
+ EWS bubbles need more space
+ https://bugs.webkit.org/show_bug.cgi?id=112964
+
+ Reviewed by Philip Rogers.
+
+ Increased the width from 500px to 600px so that all bubbles fit.
+
+ * template/en/custom/attachment/list.html.tmpl:
+
2013-03-08 David Kilzer <ddkilzer@apple.com>
(CVE-2013-0786) [SECURITY] build_subselect() leaks the existence of products and components you cannot access
[% END %]
<div class="statusBubble">
<iframe src="https://webkit-commit-queue.appspot.com/status-bubble/[% attachment.id %]"
- style="width: 500px; height: 20px; border: none;" scrolling="no">
+ style="width: 600px; height: 20px; border: none;" scrolling="no">
</iframe>
</div>
[% END %]