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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css

Issue 2911363002: DevTools: Split SoftDropdown out of ConsoleContextSelector (Closed)
Patch Set: remove depth in test Created 3 years, 6 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: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
index 0163cbb120d413fa7ebfc607bf1070e594e3cded..c659d1131a327941bd47a4e4311b6b7e294b94fb 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -8,8 +8,8 @@
/* This is required for correct sizing of flex items because we rely
* on an old version of the flexbox spec.
* Longer-term we should remove this, see crbug.com/473625 */
- min-width: 0;
- min-height: 0;
+ min-width: 0;
caseq 2017/06/06 18:06:00 wrong indent! actually, please revert the entire f
+ min-height: 0;
}
:host-context(.platform-mac) .monospace,

Powered by Google App Engine
This is Rietveld 408576698