fix: appearance of update button on title (#3503)
Fixed update button appearing on the bottom of the title
This commit is contained in:
parent
b7741c4ee3
commit
f5ddc3ed52
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@
|
|||
@apply h-8 w-8 rounded;
|
||||
}
|
||||
.generic-node-tooltip-div {
|
||||
@apply ml-2 max-w-[220px] truncate;
|
||||
@apply ml-2 flex max-w-[220px] gap-1 truncate;
|
||||
}
|
||||
.generic-node-validation-div {
|
||||
@apply max-h-96 overflow-auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue