improved modal height

This commit is contained in:
Francesco Mangiacrapa 2021-04-26 12:29:16 +02:00
parent be5c8d800f
commit 9b6d715611
2 changed files with 5 additions and 4 deletions

View File

@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
**Enhancements** **Enhancements**
[#21153] ported to maven-portal-bom 3.6.1 [#21153] ported to maven-portal-bom 3.6.1
Improved modal height
## [v1.0.1] - 2021-03-09 ## [v1.0.1] - 2021-03-09

View File

@ -17,16 +17,16 @@
} }
.ckan2zenodo-modal-style .modal-body { .ckan2zenodo-modal-style .modal-body {
height: 800px; height: 600px;
max-height: 800px; max-height: 600px;
} }
.ckan2zenodo-modal-style .form-horizontal { .ckan2zenodo-modal-style .form-horizontal {
height: 645px; height: 95%;
} }
.ckan2zenodo-modal-style .nav-tabs { .ckan2zenodo-modal-style .nav-tabs {
height: 645px; height: 95%;
} }
.ckan2zenodo-modal-style .pager { .ckan2zenodo-modal-style .pager {