From 85d6843f2e4824725b70c941c174b8e786fc4a43 Mon Sep 17 00:00:00 2001 From: Jeremy Wharton Date: Sat, 25 Feb 2023 17:18:37 -0600 Subject: [PATCH] web/satellite: registration success responsiveness improvements This change prevents overlapping of registration success page content when displayed on short screens. It also prevents the content from exceeding the page width when it shouldn't. Change-Id: I7d23da7ade5c023cd96ee9e997196e599a1bc059 --- .../components/common/RegistrationSuccess.vue | 138 +++++++----------- 1 file changed, 56 insertions(+), 82 deletions(-) diff --git a/web/satellite/src/components/common/RegistrationSuccess.vue b/web/satellite/src/components/common/RegistrationSuccess.vue index 439786d46..f02800635 100644 --- a/web/satellite/src/components/common/RegistrationSuccess.vue +++ b/web/satellite/src/components/common/RegistrationSuccess.vue @@ -2,49 +2,47 @@ // See LICENSE for copying information.