Skip to content

Commit

Permalink
fix: view classes
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Oct 29, 2024
1 parent fc64887 commit a09b018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const FormView = ({
return (
<div className="block form">
<div className="public-ui">
<div className="p-4">
<div className="py-4">
{data?.title && <h2>{data.title}</h2>}
{data?.description && (
<div className="block-description">{data.description}</div>
Expand Down

0 comments on commit a09b018

Please sign in to comment.