mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
Modal.confirm title overflow:hidden
This commit is contained in:
parent
ac924d9443
commit
10f1c6ceaa
@ -28,7 +28,7 @@
|
||||
display: block;
|
||||
// create BFC to avoid
|
||||
// https://user-images.githubusercontent.com/507615/37702510-ba844e06-2d2d-11e8-9b67-8e19be57f445.png
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.@{confirm-prefix-cls}-content {
|
||||
|
Loading…
Reference in New Issue
Block a user