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-08-29 18:27:02 +0300
committerdartcafe <github@dartcafe.de>2020-08-29 18:27:02 +0300
commit7ca68bae3cbf7abe88e9268d2a67a237ff8f2b77 (patch)
treea2235e75c3bae53b594a08a503bb86dd53ccf760 /src
parent95a420dd7209668a1640b820a51e5e83cefc6d33 (diff)
fix mobile view
Diffstat (limited to 'src')
-rw-r--r--src/js/components/VoteTable/VoteTable.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/VoteTable/VoteTable.vue b/src/js/components/VoteTable/VoteTable.vue
index 1bb7a182..9ad847f6 100644
--- a/src/js/components/VoteTable/VoteTable.vue
+++ b/src/js/components/VoteTable/VoteTable.vue
@@ -218,7 +218,7 @@ export default {
// justify styles for mobile view
.vote-table.mobile {
- grid-template-columns: auto 1fr;
+ grid-template-columns: auto auto 1fr;
grid-template-rows: auto;
grid-template-areas: 'vote calendar header';
justify-items: stretch;