Title: [211528] trunk/Websites/bugs.webkit.org
Revision
211528
Author
joep...@webkit.org
Date
2017-02-01 14:08:23 -0800 (Wed, 01 Feb 2017)

Log Message

Patch Details: EWS Bubbles wrap on Patch Details page
https://bugs.webkit.org/show_bug.cgi?id=167709

Reviewed by Ryosuke Niwa.

* template/en/default/attachment/edit.html.tmpl:
Match the iframe size in list.html.tmpl.

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/ChangeLog (211527 => 211528)


--- trunk/Websites/bugs.webkit.org/ChangeLog	2017-02-01 22:08:21 UTC (rev 211527)
+++ trunk/Websites/bugs.webkit.org/ChangeLog	2017-02-01 22:08:23 UTC (rev 211528)
@@ -1,3 +1,13 @@
+2017-02-01  Joseph Pecoraro  <pecor...@apple.com>
+
+        Patch Details: EWS Bubbles wrap on Patch Details page
+        https://bugs.webkit.org/show_bug.cgi?id=167709
+
+        Reviewed by Ryosuke Niwa.
+
+        * template/en/default/attachment/edit.html.tmpl:
+        Match the iframe size in list.html.tmpl.
+
 2017-01-28  Joseph Pecoraro  <pecor...@apple.com>
 
         Patch Review: EWS Bubbles wrap to multiple lines but can fit on one line

Modified: trunk/Websites/bugs.webkit.org/template/en/default/attachment/edit.html.tmpl (211527 => 211528)


--- trunk/Websites/bugs.webkit.org/template/en/default/attachment/edit.html.tmpl	2017-02-01 22:08:21 UTC (rev 211527)
+++ trunk/Websites/bugs.webkit.org/template/en/default/attachment/edit.html.tmpl	2017-02-01 22:08:23 UTC (rev 211528)
@@ -265,7 +265,7 @@
 
         <div class="statusBubble">
           <iframe src="" attachment.id %]"
-                  style="width: 400px; height: 40px; border: none;" scrolling="no">
+                  style="width: 600px; height: 20px; border: none;" scrolling="no">
           </iframe>
         </div>
         <br>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to