Skip to content

Commit

Permalink
Fix edit level page on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Oct 30, 2023
1 parent acf9f20 commit 5737ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/edit-level/edit-level.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p>(id: <code>{{level?.levelId ?? 0}}</code>)</p>
<divider></divider>

<div class="flex gap-x-10">
<div class="flex max-lg:flex-col gap-x-10 gap-y-2.5">
<div class="flex flex-col gap-y-2.5">
<page-header class="text-2xl">Metadata</page-header>
<form-input name="Title" [icon]="faCertificate" [(value)]="title" class="font-bold"></form-input>
Expand Down

0 comments on commit 5737ecb

Please sign in to comment.