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 and anovazzi1 committed Aug 26, 2024
1 parent 9767b42 commit 3e64e9f
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 3e64e9f

Please sign in to comment.