From 2ff532621cab4ccc6d670de30dfd5a6841d78fb3 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 7 Jan 2019 16:17:16 -0600 Subject: [PATCH] Remove unbalanced padding in create key backup dialog This padding only one side made it impossible to center things in the dialog. Since the dialog also has nice spacing without the padding, this change removes it. Fixes https://github.com/vector-im/riot-web/issues/7862. --- res/css/views/dialogs/keybackup/_CreateKeyBackupDialog.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/res/css/views/dialogs/keybackup/_CreateKeyBackupDialog.scss b/res/css/views/dialogs/keybackup/_CreateKeyBackupDialog.scss index 615b61f842..3f4c8d2da4 100644 --- a/res/css/views/dialogs/keybackup/_CreateKeyBackupDialog.scss +++ b/res/css/views/dialogs/keybackup/_CreateKeyBackupDialog.scss @@ -14,10 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -.mx_CreateKeyBackupDialog { - padding-right: 40px; -} - .mx_CreateKeyBackupDialog .mx_Dialog_title { /* TODO: Consider setting this for all dialog titles. */ margin-bottom: 1em;