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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/platformFontsWidget.css

Issue 2171653002: DevTools: fix computed style pane layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/computedStyleSidebarPane.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/elements/platformFontsWidget.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/platformFontsWidget.css b/third_party/WebKit/Source/devtools/front_end/elements/platformFontsWidget.css
index 0a0abd63814122a3e8eb6c25162c8612887adb23..a9b99c547281219a448ef25ba5e7f8f85cb2739d 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/platformFontsWidget.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/platformFontsWidget.css
@@ -8,6 +8,10 @@
-webkit-user-select: text;
}
+.platform-fonts {
+ flex-shrink: 0;
+}
+
.font-name {
font-weight: bold;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/computedStyleSidebarPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698