fix: appearance of update button on title (#3503)

Fixed update button appearing on the bottom of the title
This commit is contained in:
Lucas Oliveira 2024-08-22 14:31:53 -03:00 committed by GitHub
commit f5ddc3ed52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;