Skip to content

Commit

Permalink
fix: appearance of update button on title (#3503)
Browse files Browse the repository at this point in the history
Fixed update button appearing on the bottom of the title
  • Loading branch information
lucaseduoli authored Aug 22, 2024
1 parent b7741c4 commit f5ddc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/style/applies.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f5ddc3e

Please sign in to comment.