mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 22:17:08 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user