Skip to content

Commit eb2a554

Browse files
authored
Merge pull request element-hq#2175 from aviraldg/feature-autocomplete-behaviour
Improve autocomplete behaviour (styling)
2 parents 562c3b0 + cbab2c1 commit eb2a554

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"babel-polyfill": "^6.5.0",
4040
"browser-request": "^0.3.3",
4141
"classnames": "^2.1.2",
42-
"draft-js": "^0.7.0",
42+
"draft-js": "^0.8.1",
4343
"extract-text-webpack-plugin": "^0.9.1",
4444
"filesize": "^3.1.2",
4545
"flux": "~2.0.3",

src/skins/vector/css/matrix-react-sdk/views/rooms/MessageComposer.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ limitations under the License.
6060
color: #888;
6161
}
6262

63+
.mx_MessageComposer_input_wrapper {
64+
flex: 1;
65+
display: flex;
66+
flex-direction: column;
67+
}
68+
6369
.mx_MessageComposer_input {
6470
flex: 1;
6571
vertical-align: middle;

0 commit comments

Comments
 (0)