improved modal height
This commit is contained in:
parent
be5c8d800f
commit
9b6d715611
|
@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
**Enhancements**
|
||||
[#21153] ported to maven-portal-bom 3.6.1
|
||||
Improved modal height
|
||||
|
||||
|
||||
## [v1.0.1] - 2021-03-09
|
||||
|
|
|
@ -17,16 +17,16 @@
|
|||
}
|
||||
|
||||
.ckan2zenodo-modal-style .modal-body {
|
||||
height: 800px;
|
||||
max-height: 800px;
|
||||
height: 600px;
|
||||
max-height: 600px;
|
||||
}
|
||||
|
||||
.ckan2zenodo-modal-style .form-horizontal {
|
||||
height: 645px;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
.ckan2zenodo-modal-style .nav-tabs {
|
||||
height: 645px;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
.ckan2zenodo-modal-style .pager {
|
||||
|
|
Loading…
Reference in New Issue