Merge pull request #2885 from matrix-org/dbkr/fix_settings_dialog_layout

Fix settings dialog layout
pull/21833/head
David Baker 2019-04-08 12:11:26 +01:00 committed by GitHub
commit af83bdb317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ limitations under the License.
margin-bottom: 24px; margin-bottom: 24px;
} }
.mx_Dialog_fixedWidth { .mx_Dialog_fixedWidth {
width: 90vw; width: 100%;
} }
} }
} }