🐛 Fixed wrong width in search-results

This commit is contained in:
Mawoka
2022-06-25 17:56:45 +02:00
parent 700f07d3bb
commit e6aaba376e
+1 -1
View File
@@ -25,7 +25,7 @@
{quiz.title} {quiz.title}
{/if} {/if}
</h2> </h2>
<span class="inline-block text-right w-full"> <span class="inline-block ml-auto">
<ImportedOrNot imported={quiz.imported_from_kahoot} /> <ImportedOrNot imported={quiz.imported_from_kahoot} />
</span> </span>
</div> </div>