diff --git a/src/public/app/widgets/dialogs/help.ts b/src/public/app/widgets/dialogs/help.ts
index e3286db65..d31e11029 100644
--- a/src/public/app/widgets/dialogs/help.ts
+++ b/src/public/app/widgets/dialogs/help.ts
@@ -39,8 +39,7 @@ const TPL = `
- ${t('help.newTabNoteLink')}
-
- ${t('help.onlyInDesktop')}:
+ ${t('help.onlyInDesktop')}:
- ${t('help.notSet')} ${t('help.openEmptyTab')}
- ${t('help.notSet')} ${t('help.closeActiveTab')}
diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css
index 268b6f3a9..d2d9c9ea4 100644
--- a/src/public/stylesheets/theme-next/shell.css
+++ b/src/public/stylesheets/theme-next/shell.css
@@ -1576,12 +1576,22 @@ body .calendar-dropdown-widget .calendar-body a:hover {
background: var(--card-background-color);
}
-.help-dialog .card-body h5 {
+.help-dialog .card-body h5,
+.help-dialog .card-body h6 {
color: #797979;
- font-size: 20px;
font-weight: 600;
}
+.help-dialog .card-body h5 {
+ font-size: 20px;
+}
+
+.help-dialog .card-body h6 {
+ font-size: 15px;
+ padding-bottom: .5em;
+}
+
+
.help-dialog .help-cards ul {
list-style-type: none;
padding: 0;