From b5a375c70ac5d8ff5d57686cd70c14104c430035 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 24 Jul 2017 11:15:55 -0400 Subject: [PATCH] FIX: oops, real fix for change email instructions --- app/assets/stylesheets/desktop/user.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 540511165c8..8e1aacf9c2a 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -49,7 +49,7 @@ line-height: 1.4em; } .form-horizontal .instructions { - display: block; + margin-left: 160px; } .avatar { margin-left: 3px;