Merge pull request #2885 from matrix-org/dbkr/fix_settings_dialog_layout
Fix settings dialog layout
This commit is contained in:
commit
af83bdb317
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ limitations under the License.
|
|||
margin-bottom: 24px;
|
||||
}
|
||||
.mx_Dialog_fixedWidth {
|
||||
width: 90vw;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue