style: make name cell same size in both fields

This commit is contained in:
zhom
2025-08-15 19:21:22 +04:00
parent da9e1d1b58
commit c9d37519f7
+2 -2
View File
@@ -1029,7 +1029,7 @@ export function ProfilesDataTable({
stableHandlers.setRenameError(null);
}
}}
className="inline-block w-full"
className="inline-block w-48"
/>
<div className="flex absolute right-0 top-full z-50 gap-1 translate-y-[30%] opacity-100 bg-black rounded-md">
<LoadingButton
@@ -1075,7 +1075,7 @@ export function ProfilesDataTable({
<button
type="button"
className={cn(
"p-2 mr-auto w-full text-left bg-transparent rounded border-none",
"p-2 mr-auto w-48 text-left bg-transparent rounded border-none",
isDisabled
? "opacity-60 cursor-not-allowed"
: "cursor-pointer hover:bg-accent/50",