From f5ddc3ed52e6f9ade10fe54daa89e59ec6f6f555 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:31:53 -0300 Subject: [PATCH] fix: appearance of update button on title (#3503) Fixed update button appearing on the bottom of the title --- src/frontend/src/style/applies.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index e01d53f95..b49a6871b 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -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;