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;