From 517718de02ea51fbbaf58a46a657dd65c441cdc6 Mon Sep 17 00:00:00 2001 From: varunvaruns9 Date: Fri, 4 Jan 2019 01:52:51 +0530 Subject: [PATCH] user settings: Fix the position of get api key text and button. Fix the alignment of "Current password" and move the "Get API key" button to next line. Fixes: #10535. --- static/styles/settings.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/styles/settings.scss b/static/styles/settings.scss index 0d50b00b0e..f99cb1a94d 100644 --- a/static/styles/settings.scss +++ b/static/styles/settings.scss @@ -944,7 +944,6 @@ input[type=checkbox].inline-block { #create_bot_form .control-label, #create_alert_word_form .control-label, -#get_api_key_box .control-label, .admin-emoji-form .control-label, .admin-filter-form .control-label, .admin-profile-field-form .control-label, @@ -1883,3 +1882,7 @@ thead .actions { -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); } + +#get_api_key_button { + display: block; +}