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
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-06-04 13:11:52 +0300
committerdartcafe <github@dartcafe.de>2022-06-04 13:11:52 +0300
commitac89186a8e148ae633ba345825a2db98cf26a9ee (patch)
treeb7f9836e6a79cf195149828950e7dbaf75b443a3 /src
parentf68eeba6fcb315674a4dfddf73a7fc4a17aa364a (diff)
lint
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/components/Base/InputDiv.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/components/Base/InputDiv.vue b/src/js/components/Base/InputDiv.vue
index a624f2f1..248337d7 100644
--- a/src/js/components/Base/InputDiv.vue
+++ b/src/js/components/Base/InputDiv.vue
@@ -193,6 +193,7 @@ export default {
<style lang="scss" scoped>
$input-height: 34px;
+
.input-div {
position: relative;
flex: 1;