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
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
When you open the delete modal, the UI jumps ~15px to the side. This is because we are centering the body horizontally, and when the modal opens, the page width changes. This is due to a bug in Bootstrap's modal component. See twbs/bootstrap#9855