| Index: Source/devtools/front_end/helpScreen.css
|
| diff --git a/Source/devtools/front_end/helpScreen.css b/Source/devtools/front_end/helpScreen.css
|
| index feef652084460040696a1d485d789f80b2acae25..357f517bcb79fba5cf25713ea8403daaa42dee9c 100644
|
| --- a/Source/devtools/front_end/helpScreen.css
|
| +++ b/Source/devtools/front_end/helpScreen.css
|
| @@ -150,7 +150,9 @@ body.platform-mac .help-key-cell {
|
| }
|
|
|
| .help-cell {
|
| - display: inline;
|
| + display: inline-block;
|
| + width: 200px;
|
| + vertical-align: middle;
|
| }
|
|
|
| .help-section-title {
|
|
|