Skip to content

Commit

Permalink
Width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Haube committed Jan 18, 2024
1 parent 0c71d39 commit 47880b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/services/ui/src/pages/actions/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
} from "@/components/Inputs";
import { ReactElement, ReactNode } from "react";
import { opensearch } from "shared-types";
import { isStateUser } from "shared-utils";
import {
FieldValues,
Path,
Expand All @@ -23,7 +22,6 @@ import {
} from "react-hook-form";
import { AttachmentRecipe } from "@/lib";
import { useModalContext } from "@/pages/form/modals";
import { useGetUser } from "@/api/useGetUser";
import { Info } from "lucide-react";

export const ActionFormTemplate = <D extends FieldValues>({
Expand Down Expand Up @@ -107,7 +105,7 @@ export const ActionFormTemplate = <D extends FieldValues>({
</Alert>
)}
{preSubmitMessage && (
<Alert variant={"infoBlock"} className="my-2 w-5/6 flex-row text-sm">
<Alert variant={"infoBlock"} className="my-2 w-full flex-row text-sm">
<Info />
<p className="ml-2">{preSubmitMessage}</p>
</Alert>
Expand Down

0 comments on commit 47880b9

Please sign in to comment.