Title: [218298] trunk/Source/WebInspectorUI
- Revision
- 218298
- Author
- [email protected]
- Date
- 2017-06-14 17:36:46 -0700 (Wed, 14 Jun 2017)
Log Message
Web Inspector: REGRESSION: SVG files and favicon don't display properly
https://bugs.webkit.org/show_bug.cgi?id=173389
<rdar://problem/32774281>
Reviewed by Joseph Pecoraro.
* UserInterface/Views/ImageResourceContentView.css:
(.content-view.resource.image img):
Don't set a `min-width` as it has odd interactions with flexbox.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (218297 => 218298)
--- trunk/Source/WebInspectorUI/ChangeLog 2017-06-15 00:24:11 UTC (rev 218297)
+++ trunk/Source/WebInspectorUI/ChangeLog 2017-06-15 00:36:46 UTC (rev 218298)
@@ -1,3 +1,15 @@
+2017-06-14 Devin Rousso <[email protected]>
+
+ Web Inspector: REGRESSION: SVG files and favicon don't display properly
+ https://bugs.webkit.org/show_bug.cgi?id=173389
+ <rdar://problem/32774281>
+
+ Reviewed by Joseph Pecoraro.
+
+ * UserInterface/Views/ImageResourceContentView.css:
+ (.content-view.resource.image img):
+ Don't set a `min-width` as it has odd interactions with flexbox.
+
2017-06-13 Nikita Vasilyev <[email protected]>
Web Inspector: Console: Message icons overlay source location
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ImageResourceContentView.css (218297 => 218298)
--- trunk/Source/WebInspectorUI/UserInterface/Views/ImageResourceContentView.css 2017-06-15 00:24:11 UTC (rev 218297)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ImageResourceContentView.css 2017-06-15 00:36:46 UTC (rev 218298)
@@ -38,7 +38,6 @@
}
.content-view.resource.image img {
- min-width: 0;
max-width: 100%;
-webkit-user-select: text;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes