mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: small tooltip bug in spreadsheet
This commit is contained in:
+3
-3
@@ -310,8 +310,8 @@
|
||||
const spreadsheetColumns = $derived([
|
||||
{
|
||||
id: 'key',
|
||||
width: getColumnWidth('key', 300),
|
||||
minimumWidth: 300,
|
||||
width: getColumnWidth('key', 380),
|
||||
minimumWidth: 380,
|
||||
resizable: true
|
||||
},
|
||||
{
|
||||
@@ -468,7 +468,7 @@
|
||||
{@const relationType = getRelationshipTypeForColumn(column)}
|
||||
{#if minMaxSize}
|
||||
{#if minMaxSize.tooltip}
|
||||
<Tooltip portal>
|
||||
<Tooltip portal maxWidth="22rem" placement="top">
|
||||
<Typography.Caption
|
||||
variant="400"
|
||||
color="--fgcolor-neutral-tertiary">
|
||||
|
||||
Reference in New Issue
Block a user