Modal height angepasst

This commit is contained in:
Edwina Barbalan 2019-04-10 12:16:30 +02:00
parent bee7427176
commit 1523cc93c2
2 changed files with 9 additions and 2 deletions

View File

@ -120,8 +120,11 @@
float: right;
font-size: 30px;
}
.modal-dialog {
height: 90%;
}
.modal-content {
height: 650px;
height: 100%;
}
.om-tab {
font-size: 16px;

View File

@ -145,8 +145,12 @@ a.nav-item.nav-link{
}
// Modal
.modal-dialog {
height: 90%;
}
.modal-content {
height: 650px;
height: 100%;
}
//.modal-header {