added searching by LPA application ref and criteria highlighting

This commit is contained in:
2026-01-09 13:37:40 +00:00
parent 062f64d157
commit 9b0f9acff9
16 changed files with 715 additions and 48 deletions
+28
View File
@@ -3136,4 +3136,32 @@ ul.subFieldList {
.govuk-fieldset {
margin-bottom: 20px;
}
}
.ref-label {
white-space: nowrap;
}
.ref-block {
display: block;
/* forces new line */
margin-top: 4px;
/* space from authority */
white-space: normal;
/* allow wrapping */
overflow-wrap: anywhere;
/* break long refs nicely */
word-break: break-word;
/* fallback */
}
.search-highlight {
background: #fff2a8;
padding: 0 2px;
border-radius: 2px;
/* ✅ crucial fixes for wrapping */
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
line-height: 1.4;
}