Add FR locales to the onboarding modal (#1976)

* Add FR locale for the onboarding modal component

* Slightly increase the max-width and max-height of the onboarding modal

This is done so it doesn't break with locales whose strings would be
too long

* Update FR locales for onboarding upon PR comments
This commit is contained in:
Damien Erambert
2017-04-17 16:02:02 -07:00
committed by Eugen
parent 00a85f31ca
commit 9cefb5731d
2 changed files with 21 additions and 3 deletions

View File

@ -2050,8 +2050,8 @@ button.icon-button.active i.fa-retweet {
.onboarding-modal__pager {
height: 80vh;
width: 80vw;
max-width: 500px;
max-height: 350px;
max-width: 520px;
max-height: 420px;
position: relative;
& > div {