treak input style for text align

This commit is contained in:
afc163 2017-08-03 21:45:56 +08:00
parent 981573037a
commit 483491d0d8
2 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,6 @@
height: @input-height-base;
cursor: text;
font-size: @font-size-base;
line-height: @line-height-base;
color: @input-color;
background-color: @input-bg;
background-image: none;

View File

@ -11,6 +11,7 @@
vertical-align: middle;
.@{mention-prefix-cls}-editor {
.input;
line-height: @line-height-base;
padding: 0;
display: block;
&-wrapper {