Skip to content

Commit

Permalink
added translation tag and removed inline style
Browse files Browse the repository at this point in the history
shuhaib-aot committed Nov 6, 2024
1 parent 94f619a commit c018800
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions forms-flow-web/src/components/Form/EditForm/FlowEdit.js
Original file line number Diff line number Diff line change
@@ -145,11 +145,10 @@ const FlowEdit = forwardRef(({ isPublished = false, CategoryType }, ref) => {
/>
<Card.Header>
<div
className="d-flex justify-content-between align-items-center"
style={{ width: "100%" }}
className="d-flex justify-content-between align-items-center w-100"
>
<div className="d-flex align-items-center justify-content-between">
<div className="mx-2 builder-header-text">Flow</div>
<div className="mx-2 builder-header-text">{t("Flow")}</div>
<div>
<CustomButton
variant="secondary"

0 comments on commit c018800

Please sign in to comment.