mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: alignment issue on settings page on mobile (#571)
This commit is contained in:
parent
8a062f5573
commit
f4bd2cab5c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (props.command) {
|
|||
>
|
||||
<div flex-1 flex items-center md:gap2 gap4>
|
||||
<div
|
||||
flex items-center justify-center
|
||||
flex items-center justify-center flex-shrink-0
|
||||
:class="$slots.description ? 'w-12 h-12' : ''"
|
||||
>
|
||||
<slot name="icon">
|
||||
|
|
Loading…
Reference in a new issue