Fix textarea alignment
This commit is contained in:
parent
f0e96990ef
commit
7ea23b02ed
@ -5,7 +5,7 @@ type InfoRowProps = React.PropsWithChildren<{
|
|||||||
}>;
|
}>;
|
||||||
|
|
||||||
const InfoRow: React.FC<InfoRowProps> = ({ title, children }) => (
|
const InfoRow: React.FC<InfoRowProps> = ({ title, children }) => (
|
||||||
<div className="grid grid-cols-4 py-4 text-sm items-baseline">
|
<div className="grid grid-cols-4 py-4 text-sm">
|
||||||
<div>{title}:</div>
|
<div>{title}:</div>
|
||||||
<div className="col-span-3">{children}</div>
|
<div className="col-span-3">{children}</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user