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

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;
}
}
}