changed max-width and height to 100% instead of 60% / 300px (#258)
Co-authored-by: Jeroen Eelants <jeroen.eelants.bee@outlook.com>
This commit is contained in:
Родитель
1826067c99
Коммит
3e4d68c0fd
|
@ -1,12 +1,12 @@
|
|||
.timeline-dialog {
|
||||
max-width: 60% !important;
|
||||
max-width: 100% !important;
|
||||
.ms-Dialog--close {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-dialog .container {
|
||||
max-height: 300px;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче