diff --git a/ppr-ui/package-lock.json b/ppr-ui/package-lock.json index c220c32eb..4378fb03b 100644 --- a/ppr-ui/package-lock.json +++ b/ppr-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "ppr-ui", - "version": "3.2.37", + "version": "3.2.38", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ppr-ui", - "version": "3.2.37", + "version": "3.2.38", "dependencies": { "@bcrs-shared-components/input-field-date-picker": "^1.0.0", "@lemoncode/fonk": "^1.5.1", diff --git a/ppr-ui/package.json b/ppr-ui/package.json index 121463cd3..983196e3a 100644 --- a/ppr-ui/package.json +++ b/ppr-ui/package.json @@ -1,6 +1,6 @@ { "name": "ppr-ui", - "version": "3.2.37", + "version": "3.2.38", "private": true, "appName": "Assets UI", "sbcName": "SBC Common Components", diff --git a/ppr-ui/src/App.vue b/ppr-ui/src/App.vue index 3ad052a85..069f6b215 100644 --- a/ppr-ui/src/App.vue +++ b/ppr-ui/src/App.vue @@ -27,7 +27,7 @@ @import '@/assets/styles/theme.scss'; + +.sbc-system-banner { + min-height: 60px; + flex-grow: 0; +}