Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4363)

Unified Diff: chrome/renderer/resources/plugins/plugin_placeholders.css

Issue 1421423005: [css-flexbox] Fix min-size: auto for a non-auto flex basis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: had to update some plugin placeholder files as well Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/resources/plugins/plugin_placeholders.css
diff --git a/chrome/renderer/resources/plugins/plugin_placeholders.css b/chrome/renderer/resources/plugins/plugin_placeholders.css
index 345ef673f953885d07a5b57f8a3e432093eca7aa..a64db59b1612d93c8538c9affa231e39a1bbb17d 100644
--- a/chrome/renderer/resources/plugins/plugin_placeholders.css
+++ b/chrome/renderer/resources/plugins/plugin_placeholders.css
@@ -41,6 +41,11 @@ p {
width: 100%;
}
+#inner {
tommycli 2015/10/28 21:02:01 probably not needed
cbiesinger 2015/10/28 21:13:14 ok, removed -- added this one more just to be safe
+ min-height: 0;
+ min-width: 0;
+}
+
#close {
background-image: -webkit-image-set(
url(../../../../ui/resources/default_100_percent/close_2.png) 1x,

Powered by Google App Engine
This is Rietveld 408576698