Skip to content

Commit

Permalink
Update ads form
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Nov 4, 2024
1 parent f942c4f commit ad49c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/css/pages/exercise-show.css
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,6 @@ body.namespace-tracks.controller-exercises.action-show {
.c-perk-a {
@apply absolute top-20;
right: var(--container-padding-x);
@apply w-[320px];
@apply w-[325px];
}
}
2 changes: 1 addition & 1 deletion app/views/admin/adverts/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
= f.label :markdown, class: 'text-h6 mb-4'
= f.text_field :markdown
.flex.flex-col.mb-16
= f.label :markdown, class: 'text-h6 mb-4'
= f.label :mailer_text, class: 'text-h6 mb-4'
= f.text_field :mailer_text

.flex.flex-col.mb-16
Expand Down

0 comments on commit ad49c29

Please sign in to comment.