mirror of https://github.com/vector-im/riot-web
Merge pull request #3111 from matrix-org/bwindels/fix-register-layout
keep mx_Field stretchingpull/21833/head
commit
536f78eaf5
|
@ -18,6 +18,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_Field {
|
.mx_Field {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue