Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl committed Oct 4, 2023
1 parent cae65a6 commit 1fedb33
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,7 @@
</div>

<div class="centered-text" *osPerms="permission.listOfSpeakersCanBeSpeaker">
<span *ngIf="!canAddDueToPresence" translate>
You have to be present to add yourself.
</span>
<span *ngIf="!canAddDueToPresence" translate>You have to be present to add yourself.</span>
</div>

<div class="add-self-buttons" *osPerms="permission.listOfSpeakersCanBeSpeaker">
Expand Down

0 comments on commit 1fedb33

Please sign in to comment.