Commit 46e4ed6b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '29470-make-modal-sizes-consistent-and-mobile-friendly' into 'master'

Resolve "Make modal sizes consistent and mobile friendly"

Closes #29470

See merge request !10088
parents 29a7a8c7 24507da4
......@@ -16,6 +16,8 @@ body.modal-open {
overflow: hidden;
}
.modal .modal-dialog {
width: 860px;
@media (min-width: $screen-md-min) {
.modal-dialog {
width: 860px;
}
}
......@@ -329,8 +329,6 @@
}
#modal_merge_info .modal-dialog {
width: 600px;
.dark {
margin-right: 40px;
}
......
......@@ -145,8 +145,6 @@
margin: 0;
}
#modal-remove-blob > .modal-dialog { width: 850px; }
.blob-upload-dropzone-previews {
text-align: center;
border: 2px;
......
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