diff --git a/frontend/src/components/dialogs/NewKeyDialog.vue b/frontend/src/components/dialogs/NewKeyDialog.vue index 97c2fea..ef2471c 100644 --- a/frontend/src/components/dialogs/NewKeyDialog.vue +++ b/frontend/src/components/dialogs/NewKeyDialog.vue @@ -103,9 +103,15 @@ const renderTypeLabel = (option) => { width: '13px', height: '13px', border: '2px solid white', + position: 'relative', + top: '-0.5px', }, }), - option.value, + h('div', { + style: { + 'line-height': '32px', + } + }, option.value), ], }, )