Merge "feat: limit the height of prompts"

This commit is contained in:
Zuul
2024-04-01 10:18:23 +00:00
committed by Gerrit Code Review

View File

@@ -20,5 +20,10 @@
color: @warn-color;
}
}
.ant-alert-message {
max-height: 40px;
overflow-y: auto;
}
}
}