Fix: Vertical alignment of key type selector text in the add new key dialog on Windows
This commit is contained in:
parent
a560f3ce98
commit
ef3615bfc1
|
@ -1 +1 @@
|
|||
0d716149856646a7939a157fbfa27913
|
||||
7d8fc3991382d09b7c9aa07b9d551a05
|
|
@ -103,13 +103,11 @@ const renderTypeLabel = (option) => {
|
|||
width: '13px',
|
||||
height: '13px',
|
||||
border: '2px solid white',
|
||||
position: 'relative',
|
||||
top: '-0.5px',
|
||||
},
|
||||
}),
|
||||
h('div', {
|
||||
style: {
|
||||
'line-height': '32px',
|
||||
'line-height': 'var(--n-blank-height)',
|
||||
}
|
||||
}, option.value),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue