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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/uiList.css

Issue 2207283002: DevTools: make sidebar section headers wider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/sources/uiList.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/uiList.css b/third_party/WebKit/Source/devtools/front_end/sources/uiList.css
index 88a60cf83cbbde7c0fbbf5a51f00592fe8db7bf2..b7d757daba146e30a18baba196b263b46b04a696 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/uiList.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/uiList.css
@@ -7,8 +7,10 @@
.list-item {
padding: 2px 8px 3px 8px;
position: relative;
- min-height: 18px;
+ min-height: 26px;
white-space: nowrap;
+ align-items: center;
+ display: flex;
}
.list-item:nth-of-type(2n) {

Powered by Google App Engine
This is Rietveld 408576698