FIX: differentiates flag-modal and flag-modal-body (#9187)

This was causing body styles to be applied on the whole modal.
This commit is contained in:
Joffrey JAFFEUX 2020-03-12 13:17:52 +01:00 committed by GitHub
parent b7fb6d0d06
commit 8290856a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{{#d-modal-body class="flag-modal" title=title}}
{{#d-modal-body class="flag-modal-body" title=title}}
<form>
{{#flag-selection nameKey=selected.name_key flags=flagsAvailable as |f|}}
{{flag-action-type flag=f

View File

@ -594,7 +594,7 @@
}
}
.flag-modal {
.flag-modal-body {
max-height: 450px;
.flag-action-type-details {
width: 100%;

View File

@ -79,7 +79,7 @@
}
@media only screen and (max-device-width: 568px) {
.modal .flag-modal .flag-message {
.modal .flag-modal-body .flag-message {
height: 3em;
}
}