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

github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSibi Antony <sibi.antony@gmail.com>2022-11-01 19:08:01 +0300
committerSibi Antony <sibi.antony@gmail.com>2022-11-01 19:08:01 +0300
commite075b0aa5c13087c32efa8e3ec7c56a5f1184638 (patch)
tree8932da4c29c195ea82967ecdaa8cc489943e07ca
parent2c091af5f658944ac5d9a6e312313730f9a03ee6 (diff)
fix settings input width
Signed-off-by: Sibi Antony <sibi.antony@gmail.com>
-rw-r--r--src/components/GeneralSettingsSection.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/GeneralSettingsSection.vue b/src/components/GeneralSettingsSection.vue
index db18655..0a1c5ee 100644
--- a/src/components/GeneralSettingsSection.vue
+++ b/src/components/GeneralSettingsSection.vue
@@ -459,7 +459,7 @@ button.loading {
}
&__input {
- width: 30px;
+ width: 50px;
text-align: center;
}