Merge pull request #30364 from nextcloud/enh/noid/improve-personal-settings-mobile

This commit is contained in:
John Molakvoæ 2021-12-27 10:58:02 +01:00 committed by GitHub
commit e6c6555cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -124,6 +124,7 @@ export default {
<style lang="scss" scoped>
section {
padding: 30px;
max-width: 100vw;
em {
display: block;

View file

@ -177,6 +177,7 @@ export default {
&__multiselect {
width: 260px;
max-width: 40vw;
}
}
</style>