From 7432bd47679b86f6cf01496b45cf2a19a3cccabe Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Mon, 17 Apr 2023 17:57:21 +0200 Subject: [PATCH] v0.4.5 --- devops/Chart.yaml | 2 +- .../DefaultNotaryDashboard/classes.module.scss | 8 ++++++-- src/front/version.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 01e5fe78..82c01478 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.4.4 +appVersion: 0.4.5 diff --git a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss index bba81c62..b9457cb1 100644 --- a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss +++ b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss @@ -71,9 +71,13 @@ } .right-side { - min-width: calc(100vw - 83px); + min-width: calc(100vw - 389px); padding: 64px 48px; overflow-y: auto; + + @media (max-width: ($screen-m - 1px)) { + min-width: calc(100vw - 83px); + } } } -} +} \ No newline at end of file diff --git a/src/front/version.json b/src/front/version.json index 352e6de7..a86d35b9 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.4" + "version": "v0.4.5" }