Remove competing css from actionStatusModal including max-height
This commit is contained in:
parent
9796695b54
commit
b14b30f9c7
1 changed files with 0 additions and 22 deletions
|
|
@ -125,29 +125,7 @@ export default {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#status-modal {
|
||||
max-height: 90vh; // never exceed 90% of viewport height
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#status-modal h2 {
|
||||
flex: 0 0 auto; // title never shrinks
|
||||
}
|
||||
|
||||
#status-modal .action-log-display {
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#status-modal .log-wrapper {
|
||||
flex: 1 1 200px; // prefer 200px, shrink only under pressure
|
||||
min-height: 2.6em; // floor: one line
|
||||
}
|
||||
|
||||
#status-modal .log-container {
|
||||
height: auto;
|
||||
flex: 1 1 auto;
|
||||
min-height: 2.6em;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue