Skip to content

Commit cbab2c1

Browse files
committed
Autocomplete restyling
1 parent 81bbc05 commit cbab2c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)