IGNITE-5820 Web Console: Adjust modals height.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2005eec0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2005eec0 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2005eec0 Branch: refs/heads/ignite-5757 Commit: 2005eec081add6906fa204c4db0cfcc4a4907292 Parents: f277530 Author: Andrey Novikov <[email protected]> Authored: Tue Jul 25 15:49:21 2017 +0700 Committer: Andrey Novikov <[email protected]> Committed: Tue Jul 25 15:49:21 2017 +0700 ---------------------------------------------------------------------- .../web-console/frontend/app/primitives/modal/index.scss | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2005eec0/modules/web-console/frontend/app/primitives/modal/index.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/primitives/modal/index.scss b/modules/web-console/frontend/app/primitives/modal/index.scss index 87d8dc3..fcf9885 100644 --- a/modules/web-console/frontend/app/primitives/modal/index.scss +++ b/modules/web-console/frontend/app/primitives/modal/index.scss @@ -57,6 +57,15 @@ transform: translateZ(1px); } +.modal .modal-dialog--adjust-height { + margin-top: 0; + margin-bottom: 0; + + .modal-body { + max-height: calc(100vh - 150px); + } +} + .modal .modal-content { background-color: $gray-lighter;
