Skip to content

Commit

Permalink
changed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Dec 9, 2024
1 parent 7362def commit 2b872c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Agreement/AgreementEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function AgreementEdit({
/>
</div>

<div className="flex flex-row flex-wrap justify-start items-start gap-16">
<div className="flex flex-row flex-wrap justify-start items-start gap-8">
{agreement.agreementId !== -1 && (
<input
type="hidden"
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Agreement/components/EditInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function EditInput({
onClick?: (e?: any) => any;
}) {
return (
<div className="mb-5 pr-4 mt-2">
<div className="mb-3 pr-4 mt-2 h-16">
{inEdit ? (
<>
<label
Expand All @@ -36,7 +36,7 @@ export function EditInput({
) : (
<>
<h2
className="block text-sm font-bold pl-2 text-gray-700 hover:cursor-pointer"
className="mr-10 pr-10 p-2 mt-1 block text-sm font-bold pl-2 text-gray-700 hover:cursor-pointer"
onClick={onClick}
>
{value}
Expand Down

0 comments on commit 2b872c6

Please sign in to comment.