mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Merge pull request #3111 from matrix-org/bwindels/fix-register-layout
keep mx_Field stretching
This commit is contained in:
commit
536f78eaf5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue