UX: full width table modal override (#24382)

This commit is contained in:
chapoi 2023-11-15 12:45:46 +01:00 committed by GitHub
parent cd183edad1
commit 02cb262b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,3 +306,15 @@
}
}
}
.d-modal.fullscreen-table-modal {
.d-modal {
&__container {
max-width: $reply-area-max-width;
max-height: unset;
}
&__header {
justify-content: flex-end;
}
}
}