From 342b925b0262bf381d5bb7fb3ffddd5a08b99d4c Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Mon, 7 Oct 2019 12:03:31 -0400 Subject: [PATCH] FIX: Add mobile padding to bottom of user preferences screen --- app/assets/stylesheets/mobile/user.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index d7c1935b050..42c630652eb 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -244,6 +244,8 @@ } .user-preferences { + padding-bottom: 2em; + .instructions { margin-top: s(1); }