From 04c62ccbb0578158940a39b8da4ec66cf7904349 Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Thu, 20 Apr 2023 11:24:42 +0200 Subject: [PATCH] presentation client 0.4.13 --- devops/Chart.yaml | 2 +- .../Components/Layouts/Folder/UpdateClient/classes.module.scss | 1 + src/front/version.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 924216d4..5c1f6aa3 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.10 +appVersion: 0.4.13 diff --git a/src/front/Components/Layouts/Folder/UpdateClient/classes.module.scss b/src/front/Components/Layouts/Folder/UpdateClient/classes.module.scss index cd3ceba2..cea59680 100644 --- a/src/front/Components/Layouts/Folder/UpdateClient/classes.module.scss +++ b/src/front/Components/Layouts/Folder/UpdateClient/classes.module.scss @@ -17,6 +17,7 @@ .content { margin-top: 32px; + >:not(:last-child) { margin-bottom: 24px; } diff --git a/src/front/version.json b/src/front/version.json index 44f76d59..e5537483 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.10" + "version": "v0.4.13" }