Skip to content

Commit

Permalink
Fixed update button appearing on the bottom of the title
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli committed Aug 22, 2024
1 parent b814c30 commit 71015b5
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 71015b5

Please sign in to comment.