refactor: update the goal node to have a description for plans that need to be checked, and correctly give the value to the CB.

ref: N25B-412
This commit is contained in:
Björn Otgaar
2026-01-06 15:28:31 +01:00
parent 508fa48be6
commit f4745c736f
4 changed files with 111 additions and 7 deletions

View File

@@ -27,3 +27,13 @@
.text-field:read-only:hover:not(.invalid) {
border-color: color-mix(in srgb, canvas, #777 10%);
}
.multiline {
resize: none; /* no manual resizing */
line-height: 1.4;
white-space: pre-wrap;
overflow: hidden; /* needed for auto-grow */
max-width: 100%;
width: 95%;
min-width: 95%;
}