mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:47:01 +00:00
fix(nc-gui): add default title for longtext preview
This commit is contained in:
@@ -741,9 +741,10 @@ useResizeObserver(inputWrapperRef, () => {
|
||||
}"
|
||||
/>
|
||||
<div
|
||||
class="flex max-w-38"
|
||||
class="flex max-w-full"
|
||||
:class="{
|
||||
'text-xl': props.isAi,
|
||||
'!max-w-38': !props.isAi && !isEditColumn,
|
||||
}"
|
||||
>
|
||||
<span class="truncate">
|
||||
|
||||
Reference in New Issue
Block a user