Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Ruf committed Jul 19, 2024
1 parent a3b43ed commit 0715dd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Resources/src/components/Content.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<main
:class="isShowParticipations ? '' : 'pb-12'"
>
<main :class="isShowParticipations ? '' : 'pb-12'">
<div
class="mx-auto"
:class="[isShowParticipations ? 'max-w-full' : 'mt-10 max-w-screen-aoe print:mt-0']"
Expand Down

0 comments on commit 0715dd6

Please sign in to comment.