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-06-21 19:34:51 +0300
committerdartcafe <github@dartcafe.de>2022-06-21 19:34:51 +0300
commit92fe090f8a6bc2c8ecee30a57b70ddeca52e4db8 (patch)
tree657158636900f5179a9136e1a6ab7d3103154937 /src/js/components
parent2acc2f62fa44fb9365a7271026e44bfeca388977 (diff)
fix description width bugfix/input-div
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components')
-rw-r--r--src/js/components/Base/InputDiv.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/js/components/Base/InputDiv.vue b/src/js/components/Base/InputDiv.vue
index 248337d7..f6d3fbbc 100644
--- a/src/js/components/Base/InputDiv.vue
+++ b/src/js/components/Base/InputDiv.vue
@@ -235,11 +235,10 @@ export default {
}
}
- &.numeric {
+ &.numeric .input-wrapper {
min-width: 110px;
max-width: 150px;
- display: block;
- .input-wrapper input {
+ input {
text-align: center;
}
}