You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…12401)
* 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
* Modifies a snapshot test to properly reflect new changes to the extension confirmation modal.
Changed the line that was failing to match the new changes I made.
Related to: #12230
Steps to reproduce
Home
.Edit
.Individual Deadline Extensions
.Individual Deadline Extensions
.Extend / Edit
. A modal will pop up to confirm the extension duration.Save changes
. A modal with the problematic buttons will pop up.Expected behaviour
Actual behaviour
Additional info
<fieldset>
element to wrap modal, which disrupts themodal-footer
'sflex
CSSThe text was updated successfully, but these errors were encountered: