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 0a1b74a0..902db7ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stromae", - "version": "2.1.0", + "version": "2.1.1", "private": true, "dependencies": { "@axa-fr/react-oidc-context": "^3.1.6", 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,