fix: keyboard shortcut message bottom margin
This commit is contained in:
parent
b73165fce4
commit
cc3fcdf1c3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<template v-for="(s, i) in shortcuts" :key="i">
|
||||
<h3>{{ $t(s.title) }}</h3>
|
||||
|
||||
<message>
|
||||
<message class="mb-4">
|
||||
{{
|
||||
s.available($route) ? $t('keyboardShortcuts.currentPageOnly') : $t('keyboardShortcuts.allPages')
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue