Miscellaneous fixes and improvements (#9699)

* fix: base icon color in breadcrumb

* fix: allow expanding nested record from expanded form

* fix: focus base lable in tree view on create/delete/load

* fix: avoid allowing deletion of display value

* fix: focus input field if activeElement is div

* fix: text area height issue

* refactor: show app version on hovering nocodb icon

* refactor: focus only if adding new record

* refactor: extract foreign key value for external source
This commit is contained in:
Pranav C
2024-10-25 12:04:34 +05:30
committed by GitHub
parent 3e0fc8623e
commit ea6ce8d27b
11 changed files with 84 additions and 42 deletions

View File

@@ -200,7 +200,7 @@ watch(inputWrapperRef, () => {
<template>
<div>
<div
class="flex flex-row w-full long-text-wrapper"
class="flex flex-row w-full long-text-wrapper items-center"
:class="{
'min-h-10': rowHeight !== 1 || isExpandedFormOpen,
'min-h-5.5': rowHeight === 1 && !isExpandedFormOpen,