Modal.confirm title overflow:hidden

This commit is contained in:
Chandler Moisen 2018-08-01 16:20:42 -04:00 committed by 偏右
parent ac924d9443
commit 10f1c6ceaa

View File

@ -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 {