Merge "feat: limit the height of prompts"
This commit is contained in:
commit
36483416f2
@ -20,5 +20,10 @@
|
||||
color: @warn-color;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-alert-message {
|
||||
max-height: 40px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user