Merge pull request #3111 from matrix-org/bwindels/fix-register-layout

keep mx_Field stretching
pull/21833/head
Bruno Windels 2019-06-17 17:42:52 +00:00 committed by GitHub
commit 536f78eaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ limitations under the License.
.mx_Field {
display: flex;
flex: 1;
min-width: 0;
position: relative;
margin: 1em 0;
border-radius: 4px;