Skip to content

Commit

Permalink
Mention Component
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Jul 18, 2016
1 parent aea176e commit 595938f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/mention/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
position: relative;
display: inline-block;
width: 100%;
&.active .ant-mention-editor {
.active;
&.active {
.ant-mention-editor {
.active;
}
}
.ant-mention-editor {
.input;
Expand All @@ -17,6 +19,7 @@
overflow-y: auto;
height: auto;
}

.DraftEditor-editorContainer .public-DraftEditor-content {
height: auto;
padding: 4px 7px;
Expand Down

0 comments on commit 595938f

Please sign in to comment.