Skip to content

Commit

Permalink
fix: row to col (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnSch1510 authored Jun 26, 2024
1 parent e0afe6d commit 4e3e733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="m-0">{{ translations.nav_settings() }}</h1>
} @else {
@if (settings(); as settings) {
<p-card [header]="translations.settings_notifications_title()">
<div class="flex flex-row gap-4">
<div class="flex flex-col gap-4">
<!-- this toggle caused confusion during alpha testing -->
<!--
<div class="flex flex-row items-center gap-4">
Expand Down

0 comments on commit 4e3e733

Please sign in to comment.