@ministryofjustice/hmpps-digital-prison-reporting-frontend 4.29.3 → 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,10 @@ 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
+
922
926
  .govuk-table__header {
923
927
  white-space: normal;
924
928
  }
@@ -222,6 +222,10 @@
222
222
  .dpr-table-wrapper {
223
223
  overflow: visible;
224
224
 
225
+ .data-table-cell-long-string {
226
+ min-width: auto;
227
+ }
228
+
225
229
  .govuk-table__header {
226
230
  white-space: normal;
227
231
  }
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.3",
4
+ "version": "4.29.4",
5
5
  "main": "dpr/all",
6
6
  "sass": "dpr/all.scss",
7
7
  "engines": {