🔧 fix(keypairListComponent): rearrange classNames to improve readability and maintain consistency

🔧 fix(dictAreaModal): add CSS classes to prevent panning, dragging, undoing, and copying to improve user experience
This commit is contained in:
Cristhian Zanforlin Lousa 2023-09-26 23:56:45 -03:00
commit 7d6f7f1e5e
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ export default function KeypairListComponent({
<div
className={classNames(
value?.length > 1 && editNode ? "my-1" : "",
"flex flex-col gap-3 h-full"
"flex h-full flex-col gap-3"
)}
>
{value?.map((obj, index) => {

View file

@ -38,7 +38,7 @@ export default function DictAreaModal({
/>
</BaseModal.Header>
<BaseModal.Content>
<div className="flex h-full w-full flex-col transition-all">
<div className="nopan nodrag noundo nocopy flex h-full w-full flex-col transition-all">
<JsonView
theme="vscode"
dark={true}