From 7ea9bed8cab6c6956487cded2e216635891d0ee7 Mon Sep 17 00:00:00 2001 From: hollymvargas Date: Thu, 20 Apr 2023 15:44:44 -0400 Subject: [PATCH 1/2] Fixes the issue where the submit buttons are not visible on the extension confirmation modal on mobile. The problem had to do with padding styling that was attached to the modal-footer class. Instead of removing that styling, as I didn't know what other modals used it, I decided to use bootstrap5 classes that override the padding for the buttons. Resolves: #12230 --- .../extension-confirm-modal.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/components/extension-confirm-modal/extension-confirm-modal.component.html b/src/web/app/components/extension-confirm-modal/extension-confirm-modal.component.html index 8d69b71a689..beaa2a96a56 100644 --- a/src/web/app/components/extension-confirm-modal/extension-confirm-modal.component.html +++ b/src/web/app/components/extension-confirm-modal/extension-confirm-modal.component.html @@ -163,7 +163,7 @@

Instructors


-