[Developer] #424 show VPD policy function source

This commit is contained in:
devmrko
2026-06-25 11:10:20 +09:00
parent 56c6432d86
commit 86e2b252c9
8 changed files with 126 additions and 2 deletions

View File

@@ -457,6 +457,18 @@ body {
white-space: pre-wrap;
}
.policy-function-button {
border-radius: 8px;
max-width: 100%;
overflow-wrap: anywhere;
text-align: left;
}
.policy-source-cell {
background: var(--rw-surface) !important;
padding: 0 0 .75rem !important;
}
.ai-answer {
background: var(--rw-primary-soft);
border: 1px solid var(--rw-border);