Modal height angepasst
This commit is contained in:
parent
bee7427176
commit
1523cc93c2
@ -120,8 +120,11 @@
|
||||
float: right;
|
||||
font-size: 30px;
|
||||
}
|
||||
.modal-dialog {
|
||||
height: 90%;
|
||||
}
|
||||
.modal-content {
|
||||
height: 650px;
|
||||
height: 100%;
|
||||
}
|
||||
.om-tab {
|
||||
font-size: 16px;
|
||||
|
@ -145,8 +145,12 @@ a.nav-item.nav-link{
|
||||
}
|
||||
|
||||
// Modal
|
||||
.modal-dialog {
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
height: 650px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
//.modal-header {
|
||||
|
Loading…
x
Reference in New Issue
Block a user