@ministryofjustice/hmpps-digital-prison-reporting-frontend 4.29.2 → 4.29.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dpr/all.scss CHANGED
@@ -919,6 +919,14 @@ ul.dpr-card-group__item__filters-list {
919
919
  .dpr-table-wrapper {
920
920
  overflow: visible;
921
921
 
922
+ .data-table-cell-long-string {
923
+ min-width: auto;
924
+ }
925
+
926
+ .govuk-table__header {
927
+ white-space: normal;
928
+ }
929
+
922
930
  .govuk-table__cell--content.print-header-footer {
923
931
  font-size: 8px;
924
932
  }
@@ -222,6 +222,14 @@
222
222
  .dpr-table-wrapper {
223
223
  overflow: visible;
224
224
 
225
+ .data-table-cell-long-string {
226
+ min-width: auto;
227
+ }
228
+
229
+ .govuk-table__header {
230
+ white-space: normal;
231
+ }
232
+
225
233
  .govuk-table__cell--content.print-header-footer {
226
234
  font-size: 8px;
227
235
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-digital-prison-reporting-frontend",
3
3
  "description": "The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.",
4
- "version": "4.29.2",
4
+ "version": "4.29.4",
5
5
  "main": "dpr/all",
6
6
  "sass": "dpr/all.scss",
7
7
  "engines": {