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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-03-03 00:11:27 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-03-06 13:11:50 +0300
commit5ff4e51e4302059c220f3fcbef8a6656ba8a1e0e (patch)
tree3211e52e07cd0d489395ca6bcbd77785014d0fdc
parentbd9c61a6d36c69af70f1ae0ebc0218e37455e95d (diff)
Align actions right so details view doesnt overlap
Remove after https://github.com/nextcloud/nextcloud-vue/issues/641 is merged Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
-rw-r--r--src/components/TaskBody.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue
index 776fc6ab..99d41c1c 100644
--- a/src/components/TaskBody.vue
+++ b/src/components/TaskBody.vue
@@ -85,7 +85,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<div v-if="task.due" :class="{overdue: overdue(task.dueMoment)}" class="duedate">
{{ dueDateString }}
</div>
- <Actions class="reactive no-nav">
+ <Actions class="reactive no-nav" menu-align="right">
<ActionButton v-if="!task.calendar.readOnly"
:close-after-click="true"
class="reactive no-nav"