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