remove strange margin-right of DatePicker confirm button in safari

This commit is contained in:
afc163 2016-10-14 11:39:21 +08:00
parent ea6537b47a
commit c4665a78e2

View File

@ -195,13 +195,7 @@
.@{calendar-prefix-cls}-footer-btn { .@{calendar-prefix-cls}-footer-btn {
padding-right: 12px; padding-right: 12px;
display: block; display: block;
&::after { .clearfix;
content: 'x';
height: 0;
font-size: 0;
overflow: hidden;
clear: both;
}
} }
.@{calendar-prefix-cls}-ok-btn { .@{calendar-prefix-cls}-ok-btn {
position: static; position: static;