]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix spacing between text and icon
authorJulius Härtl <jus@bitgrid.net>
Mon, 23 Dec 2019 11:35:45 +0000 (12:35 +0100)
committerJulius Härtl <jus@bitgrid.net>
Fri, 27 Dec 2019 07:45:39 +0000 (08:45 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/workflowengine/src/components/Rule.vue
apps/workflowengine/src/store.js
apps/workflowengine/src/styles/operation.scss

index 5285005f53bd93f800478c68b9dae93b2f089b28..51eb0665eeb9f0a6fe0fba8e8b9462f1d70b12c4 100644 (file)
@@ -30,7 +30,7 @@
                                        @input="updateOperation" />
                        </Operation>
                        <div class="buttons">
-                               <button class="status-button icon"
+                               <button class="status-button icon"
                                        :class="ruleStatus.class"
                                        @click="saveRule">
                                        {{ ruleStatus.title }}
@@ -42,7 +42,9 @@
                                        {{ t('workflowengine', 'Delete') }}
                                </button>
                        </div>
-                       <p v-if="error" class="error-message">{{ error }}</p>
+                       <p v-if="error" class="error-message">
+                               {{ error }}
+                       </p>
                </div>
        </div>
 </template>
index a8be467193de6f86aeb39e8b752c3b603610b83e..7cb1956b6ffa28609c3407e71aec72ab82499812 100644 (file)
@@ -99,7 +99,7 @@ const store = new Vuex.Store({
                                events,
                                name: '', // unused in the new ui, there for legacy reasons
                                checks: [
-                                       { class: null, operator: null, value: '' }
+                                       { class: null, operator: null, value: '' },
                                ],
                                operation: rule.operation || '',
                        })
index c3ca64465e0e0fd2f6bc5da96d405ba36dfc5790..89c105d58fe4647e0967d7e7f9ecd9d24fdc45fc 100644 (file)
@@ -16,7 +16,7 @@
        background-size: 50px 50px;
        background-position: center center;
        margin-top: 10px;
-       margin-bottom: 20px;
+       margin-bottom: 10px;
        background-repeat: no-repeat;
 }
 .actions__item__description {