Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-02-13 02:31:53 +0300
committerdartcafe <github@dartcafe.de>2022-02-21 17:49:50 +0300
commit9ed90c847b85fda5515006312697716cd32ef4e2 (patch)
tree811f0fab8095fe57802f7947795bfb059f37539c /src/js/components/Configuration
parenta9380cb640c3a5e3781565cd9bdcf3f3331d413b (diff)
add SettingsSection and legal terms links
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Configuration')
-rw-r--r--src/js/components/Configuration/ConfigDescription.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js/components/Configuration/ConfigDescription.vue b/src/js/components/Configuration/ConfigDescription.vue
index 82958789..675c1943 100644
--- a/src/js/components/Configuration/ConfigDescription.vue
+++ b/src/js/components/Configuration/ConfigDescription.vue
@@ -52,6 +52,8 @@ export default {
<style lang="scss">
textarea.edit-description {
+ width: 99%;
+ resize: vertical;
height: 210px;
}
</style>