add class to div that was missing it

This commit is contained in:
2023-10-23 18:12:24 +02:00
parent 172659b1c4
commit 60b53ec435

View File

@@ -91,7 +91,7 @@
<body> <body>
<div class="content" id="app"> <div class="content" id="app">
<div class="wrapper" v-if="hasLoadedBasics && hasLoadedVotes"> <div class="wrapper" v-if="hasLoadedBasics && hasLoadedVotes">
<div v-if="votingDetails.display"> <div v-if="votingDetails.display" class="wrapper">
<h1>Voting on {{ votingDetails.display ?? 'untitled' }}</h1> <h1>Voting on {{ votingDetails.display ?? 'untitled' }}</h1>
<p v-if="votingDetails.description" class="comment">{{ votingDetails.description }}</p> <p v-if="votingDetails.description" class="comment">{{ votingDetails.description }}</p>
<div style="margin-bottom: 1%;" v-if="votingDetails.allowAdding"> <div style="margin-bottom: 1%;" v-if="votingDetails.allowAdding">