Merge pull request #468 from cadenmackenzie/downloadProgressBoxHeightIncrease

Download progress box height increase
This commit is contained in:
Alex Cheema
2024-11-18 10:51:25 +04:00
committed by GitHub
+2
View File
@@ -167,6 +167,8 @@ main {
.download-progress {
margin-bottom: 12em;
overflow-y: auto;
min-height: 350px;
padding: 2rem;
}
.message > pre {
white-space: pre-wrap;