From 9cefb5731d9127f8fc41af0c37d0532f0fc66bc9 Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Mon, 17 Apr 2017 16:02:02 -0700 Subject: 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 --- app/assets/stylesheets/components.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/assets/stylesheets/components.scss') diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index a71db00fe..6f407a6d5 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -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 { -- cgit