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

Unified Diff: Source/devtools/front_end/helpScreen.css

Issue 213423010: DevTools: Migrate General tab settings to extensions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 9 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 | « Source/devtools/front_end/SourcesPanel.js ('k') | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/helpScreen.css
diff --git a/Source/devtools/front_end/helpScreen.css b/Source/devtools/front_end/helpScreen.css
index a6fd786d3aedb9449c2fea63ee0c6e1d3efc21be..efdc0d966a37d8acacf92970591ad4a2dc90a134 100644
--- a/Source/devtools/front_end/helpScreen.css
+++ b/Source/devtools/front_end/helpScreen.css
@@ -132,6 +132,7 @@ body.platform-mac .settings-tab .help-block {
.settings-tab .field-error-message {
color: DarkRed;
+ height: 0px; // Avoid changing element height when content is set.
}
.help-line {
@@ -197,7 +198,7 @@ body.platform-mac .help-key {
.settings-tab label {
padding-right: 4px;
- display: flex;
+ display: inline-flex;
}
#general-tab-content .help-block fieldset legend {
« no previous file with comments | « Source/devtools/front_end/SourcesPanel.js ('k') | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698