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>2021-07-13 19:18:14 +0300
committerdartcafe <github@dartcafe.de>2021-07-28 11:59:15 +0300
commitf35d8a9f3086cd06207bc544e5f8c86535298b21 (patch)
tree7abcfb11dc9b68ec209f702b6e2a5f04ecf019fc /src/js/components/Configuration
parent362ee395def38b6c429e1a14657bf65b9c62a520 (diff)
Changed layout of vote page
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, 1 insertions, 1 deletions
diff --git a/src/js/components/Configuration/ConfigDescription.vue b/src/js/components/Configuration/ConfigDescription.vue
index 06576b9d..82958789 100644
--- a/src/js/components/Configuration/ConfigDescription.vue
+++ b/src/js/components/Configuration/ConfigDescription.vue
@@ -50,7 +50,7 @@ export default {
}
</script>
-<style lang="scss" scoped>
+<style lang="scss">
textarea.edit-description {
height: 210px;
}