Skip to content

Commit

Permalink
lesslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Jul 18, 2016
1 parent 01fabac commit 1fd4837
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions components/mention/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
position: relative;
display: inline-block;
width: 100%;
&.active {
.ant-mention-editor {
.active;
}
&.active .ant-mention-editor {
.active;
}
.ant-mention-editor {
.input;
Expand All @@ -19,7 +17,7 @@
overflow-y: auto;
height: auto;
}
.DraftEditor-editorContainer .public-DraftEditor-content{
.DraftEditor-editorContainer .public-DraftEditor-content {
height: auto;
padding: 4px 7px;
}
Expand Down

0 comments on commit 1fd4837

Please sign in to comment.