From 5543ee895bea685e061c8b4eb13206629ef32c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 10 Jan 2022 18:17:05 +0100 Subject: [PATCH] Use `flex-end` rather than `end` (#7505) --- res/css/views/dialogs/_UntrustedDeviceDialog.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/dialogs/_UntrustedDeviceDialog.scss b/res/css/views/dialogs/_UntrustedDeviceDialog.scss index 905919e792..30b01c3f40 100644 --- a/res/css/views/dialogs/_UntrustedDeviceDialog.scss +++ b/res/css/views/dialogs/_UntrustedDeviceDialog.scss @@ -26,7 +26,7 @@ limitations under the License. .mx_Dialog_buttons { display: flex; - justify-content: end; + justify-content: flex-end; gap: 8px; } }