Browse Source

fix feedback position

pull/2209/head
afc163 9 years ago
parent
commit
4a40399522
  1. 2
      components/form/style/index.less

2
components/form/style/index.less

@ -274,7 +274,7 @@ form {
visibility: visible;
font-family: "anticon" !important;
.square(@input-height-lg);
line-height: @input-height-lg + 2;
line-height: @input-height-lg;
text-align: center;
font-size: 14px;
animation: zoomIn .3s @ease-out-back;

Loading…
Cancel
Save