fix text wrap for shortcuts.js

This commit is contained in:
Nriver 2024-08-14 17:14:07 +08:00
parent 78e908c761
commit 9210f915ca

View File

@ -40,7 +40,7 @@ const TPL = `
<div class="shortcuts-table-container"> <div class="shortcuts-table-container">
<table class="keyboard-shortcut-table" cellpadding="10"> <table class="keyboard-shortcut-table" cellpadding="10">
<thead> <thead>
<tr> <tr class="text-nowrap">
<th>${t('shortcuts.action_name')}</th> <th>${t('shortcuts.action_name')}</th>
<th>${t('shortcuts.shortcuts')}</th> <th>${t('shortcuts.shortcuts')}</th>
<th>${t('shortcuts.default_shortcuts')}</th> <th>${t('shortcuts.default_shortcuts')}</th>