prettier tailwind class sorting
This commit is contained in:
@@ -43,7 +43,7 @@ async function openRenameDialog() {
|
||||
<NuxtLink
|
||||
:to="joinPaths(route.path, entry.name)"
|
||||
:class="[
|
||||
'flex flex-row gap-4 bg-accent/30 border-1 border-border px-4 py-2 rounded-md select-none w-52',
|
||||
'bg-accent/30 border-border flex w-52 flex-row gap-4 rounded-md border-1 px-4 py-2 select-none',
|
||||
{
|
||||
'pointer-events-none':
|
||||
disabled || entry.fileType === 'file',
|
||||
@@ -55,7 +55,7 @@ async function openRenameDialog() {
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="flex flex-col gap-0 leading-6 overflow-hidden truncate"
|
||||
class="flex flex-col gap-0 truncate overflow-hidden leading-6"
|
||||
>
|
||||
<span>{{ entry.name }}</span>
|
||||
<NuxtTime
|
||||
|
||||
Reference in New Issue
Block a user