diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 75f1132c..b43320f8 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,5 +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.1 - +appVersion: 0.4.2 diff --git a/src/front/Components/DesignSystem/FolderBoxInformation/classes.module.scss b/src/front/Components/DesignSystem/FolderBoxInformation/classes.module.scss index 97c0a300..64bc147b 100644 --- a/src/front/Components/DesignSystem/FolderBoxInformation/classes.module.scss +++ b/src/front/Components/DesignSystem/FolderBoxInformation/classes.module.scss @@ -39,4 +39,4 @@ margin-top: 24px; } } -} \ No newline at end of file +} diff --git a/src/front/Components/DesignSystem/Header/classes.module.scss b/src/front/Components/DesignSystem/Header/classes.module.scss index 44a74c10..89f3b93d 100644 --- a/src/front/Components/DesignSystem/Header/classes.module.scss +++ b/src/front/Components/DesignSystem/Header/classes.module.scss @@ -61,4 +61,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/front/Components/DesignSystem/UserFolder/UserFolderHeader/classes.module.scss b/src/front/Components/DesignSystem/UserFolder/UserFolderHeader/classes.module.scss index 7221872a..682379ad 100644 --- a/src/front/Components/DesignSystem/UserFolder/UserFolderHeader/classes.module.scss +++ b/src/front/Components/DesignSystem/UserFolder/UserFolderHeader/classes.module.scss @@ -28,7 +28,7 @@ } .container { - >:first-child { + > :first-child { margin-bottom: 12px; } } @@ -52,4 +52,4 @@ @media (max-width: $screen-s) { flex-wrap: wrap; } -} \ No newline at end of file +} diff --git a/src/front/Components/DesignSystem/Version/classes.module.scss b/src/front/Components/DesignSystem/Version/classes.module.scss index f21db442..0a216ccd 100644 --- a/src/front/Components/DesignSystem/Version/classes.module.scss +++ b/src/front/Components/DesignSystem/Version/classes.module.scss @@ -5,4 +5,4 @@ bottom: 16px; right: 24px; opacity: 0.3; -} \ No newline at end of file +} diff --git a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss index 79f4c8ed..bba81c62 100644 --- a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss +++ b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss @@ -76,4 +76,4 @@ overflow-y: auto; } } -} \ No newline at end of file +} diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/classes.module.scss b/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/classes.module.scss index 733d1d22..1ac3bba8 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/classes.module.scss +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/classes.module.scss @@ -22,4 +22,4 @@ gap: 32px; margin-bottom: 32px; } -} \ No newline at end of file +} diff --git a/src/front/Components/Layouts/Folder/FolderInformation/classes.module.scss b/src/front/Components/Layouts/Folder/FolderInformation/classes.module.scss index a1052297..ce2a77e4 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/classes.module.scss +++ b/src/front/Components/Layouts/Folder/FolderInformation/classes.module.scss @@ -72,12 +72,12 @@ margin-left: 0; margin-top: 12px; - >* { + > * { flex: 1; } } - >* { + > * { width: 100%; } } @@ -86,4 +86,4 @@ .modal-title { margin-bottom: 24px; } -} \ No newline at end of file +} diff --git a/src/front/Themes/variables.scss b/src/front/Themes/variables.scss index 67b267d8..6a80b51e 100644 --- a/src/front/Themes/variables.scss +++ b/src/front/Themes/variables.scss @@ -33,4 +33,4 @@ --grey-soft: #{$grey-soft}; --white: #{$white}; -} \ No newline at end of file +} diff --git a/src/front/version.json b/src/front/version.json index 81155c07..d0873670 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.1" + "version": "v0.4.2" }