Commit 8aa2612e authored by Simon Knox's avatar Simon Knox

Merge branch 'fix-modal-margins' into 'master'

Remove the native styles for modal-dialog - Currently off center

See merge request gitlab-org/gitlab!45789
parents 04e413b2 b8a8fb17
......@@ -117,12 +117,6 @@ body.modal-open {
border-bottom-right-radius: $modal-border-radius;
}
}
@include media-breakpoint-up(sm) {
.modal-dialog {
margin: 64px auto;
}
}
}
.recaptcha-modal .recaptcha-form {
......
---
title: Remove the native styles for modal-dialog - Currently off center
merge_request: 45789
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment