fix fugly noperm error

pull/5578/head
Matthew Hodgson 2017-10-26 18:27:34 +01:00
parent b9cf2c6b6c
commit ca74b09867
1 changed files with 4 additions and 2 deletions

View File

@ -55,10 +55,12 @@ limitations under the License.
.mx_MessageComposer_noperm_error {
width: 100%;
height: 60px;
text-align: center;
font-style: italic;
color: $greyed-fg-color;
}
display: flex;
align-items: center;
justify-content: center;
}}
.mx_MessageComposer_input_wrapper {
flex: 1;