From 6881b479394e60453a787dd44da3cdd6e73f49d8 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 6 Jun 2019 23:51:04 +0100 Subject: [PATCH] fix layout on password field Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/dialogs/_DeactivateAccountDialog.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/dialogs/_DeactivateAccountDialog.scss b/res/css/views/dialogs/_DeactivateAccountDialog.scss index 9230e6b61c..619310a543 100644 --- a/res/css/views/dialogs/_DeactivateAccountDialog.scss +++ b/res/css/views/dialogs/_DeactivateAccountDialog.scss @@ -22,7 +22,7 @@ limitations under the License. margin-top: 60px; } -.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section input { +.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section input[type=password] { width: 300px; border: 1px solid $accent-color; border-radius: 5px;