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>2020-09-25 19:54:02 +0300
committerdartcafe <github@dartcafe.de>2020-09-25 19:54:02 +0300
commitd627d02f09ac3bac288880c4d4bbaa88bb3eb356 (patch)
tree6f8e00c97ea2902d2c0f55de870b2121350db42c /src
parente27507964e3f60f650a9c26612bf7bce7b885888 (diff)
fix button orientation on webkit
Diffstat (limited to 'src')
-rw-r--r--src/js/views/Vote.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index 15973bb1..8f416881 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -331,7 +331,7 @@ export default {
.header-actions {
display: flex;
- justify-content: end;
+ justify-content: flex-end;
}
.icon.icon-settings.active {