added searching by LPA application ref and criteria highlighting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user