mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
795a500adb
* feat: Queue package manager commands * adjust tests * fix: force run whynot command synchronously * chore: maximize command output box's height * chore: more user instructions on background queue * feat: track command peak memory usage * feat: exit of CLI php version doesn't match web php version * chore: install deps * chore: format and typing workflow fix Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
.TaskOutputModal-data-output {
|
|
height: auto;
|
|
overflow: auto;
|
|
max-height: 40vh;
|
|
}
|