fix: hide modal actions in minimized modal for mobile screens
This commit is contained in:
parent
737674487a
commit
8ff4bd0f27
1 changed files with 6 additions and 0 deletions
|
|
@ -131,6 +131,12 @@ h5.modal-title {
|
|||
.modal-body, .modal-footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
.modal-actions {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* msgprint dialog */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue