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-02 19:49:55 +0300
committerdartcafe <github@dartcafe.de>2022-02-02 19:49:55 +0300
commit4a6abfcc05684a49176a1c4cc3259792745d28b2 (patch)
treef2663b6c9b822037edec73d18fdc8b579a809be2 /src/js/components/Options
parent8ceb2ca59c58daac9cf5050aa23083c5fe52f5e2 (diff)
scss fixes
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Options')
-rw-r--r--src/js/components/Options/OptionItem.vue9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/js/components/Options/OptionItem.vue b/src/js/components/Options/OptionItem.vue
index 7fa9a29b..439d34eb 100644
--- a/src/js/components/Options/OptionItem.vue
+++ b/src/js/components/Options/OptionItem.vue
@@ -295,6 +295,10 @@ export default {
}
}
+ .option-item__handle {
+ margin-right: 8px;
+ }
+
.draggable, .draggable [class*='option-item__option'] {
cursor: grab;
&:active {
@@ -316,9 +320,4 @@ export default {
justify-content: flex-end;
padding-right: 8px;
}
-
- .option-item__handle {
- margin-right: 8px;
- }
-
</style>