| 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 {
|
|
|