summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-08-16 10:21:25 +0200
committerGitHub <noreply@github.com>2022-08-16 10:21:25 +0200
commit0bb0c90cc73684cea260ccc03075195ba69ae3c0 (patch)
tree814f1eb0fdd9e0218f395028f7bbc91e0b9326f2
parent8c2185252385153f2525d27fc5a9e57c3bbc8899 (diff)
parent7f664e28c087b5c0f71bf2e5f07625a80d5c509f (diff)
Merge pull request #7745 from nextcloud/fix/noid/settings-dialog
Fix app settings dialog style
-rw-r--r--src/components/SettingsDialog/SettingsDialog.vue9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/SettingsDialog/SettingsDialog.vue b/src/components/SettingsDialog/SettingsDialog.vue
index a80ad68a0..e2b11b962 100644
--- a/src/components/SettingsDialog/SettingsDialog.vue
+++ b/src/components/SettingsDialog/SettingsDialog.vue
@@ -275,11 +275,6 @@ export default {
<style lang="scss" scoped>
-.wrapper {
- overflow-y: scroll;
- padding: 20px;
-}
-
.app-settings-section {
margin-bottom: 80px;
&.last {
@@ -303,8 +298,4 @@ export default {
}
}
-::v-deep .modal-container {
- display: flex !important;
-}
-
</style>