From f43fd02f01a04b494ef651a45bf6a8f9998625db Mon Sep 17 00:00:00 2001 From: Paul Guillemet Date: Fri, 25 Jun 2021 15:38:29 +0200 Subject: [PATCH 1/2] fix: returns wave 2 --- src/App.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index d4b74532..8b86ddb0 100644 --- a/src/App.css +++ b/src/App.css @@ -88,6 +88,10 @@ body { position: relative; } +#main .radio-group-list{ + margin-top: 0; +} + /* Multiple choice buttons */ #main .checkbox-modality { padding: 0px 10px; @@ -207,7 +211,7 @@ body { } #main .lunatic-component:not(.outerContainer-Sequence, .outerContainer-Subsequence) .declaration-lunatic{ - color: black; + color: black !important; } #main .outerContainer-Sequence > .declarations-lunatic > .declaration-comment { @@ -303,6 +307,7 @@ body { #main .lunatic.lunatic-component.Subsequence { box-shadow: none; padding: 0; + margin-top: 30px; } #main .lunatic-component.outerContainer-Sequence > .declarations-lunatic, From c078ad2c791037358a09b9dbe87ea7666af50cba Mon Sep 17 00:00:00 2001 From: Paul Guillemet Date: Fri, 25 Jun 2021 15:40:17 +0200 Subject: [PATCH 2/2] fix: version increment --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ae20be2..21704150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stromae", - "version": "2.0.10", + "version": "2.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e80aae2f..eae8cb78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stromae", - "version": "2.0.10", + "version": "2.0.11", "private": true, "dependencies": { "@axa-fr/react-oidc-context": "^3.1.6",