feat: basic belief node with the basic belief types defined in KB.

ref: N25B-408
This commit is contained in:
Björn Otgaar
2025-12-11 14:12:26 +01:00
parent 062e9e3f38
commit 10d5a15c88
5 changed files with 214 additions and 2 deletions

View File

@@ -248,3 +248,11 @@ button.no-button {
text-decoration: underline;
}
}
.flex-center-x {
display: flex;
justify-content: center; /* horizontal centering */
text-align: center; /* center multi-line text */
width: 100%; /* allow it to stretch */
flex-wrap: wrap; /* optional: let text wrap naturally */
}