Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Oct 1, 2022
1 parent 3a60bc8 commit 6f3600d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Components/Facility/AddInventoryForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export const AddInventoryForm = (props: any) => {
color="default"
type="button"
onClick={() => goBack()}
className="w-full sm:w-fit bg-gray-400 hover:bg-gray-500 rounded-md p-2 px-6"
className="w-full sm:w-fit bg-gray-400 hover:bg-gray-500 rounded-md p-2 px-6 mt-2"
>
Cancel
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Facility/MinQuantityList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function MinQuantityList(props: any) {
</Link>
</td>
<td className="px-5 py-5 border-b border-gray-200 text-sm sm:flex hidden w-full justify-between">
<p className="text-gray-900 whitespace-nowrap lowercase">
<p className="text-gray-900 whitespace-nowrap lowercase mt-2">
{inventoryItem.min_quantity}{" "}
{inventoryItem.item_object?.default_unit?.name}
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Facility/SetInventoryForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const SetInventoryForm = (props: any) => {
color="default"
type="button"
onClick={() => goBack()}
className="w-full sm:w-fit bg-gray-400 hover:bg-gray-500 rounded-md p-2 px-6"
className="w-full sm:w-fit bg-gray-400 hover:bg-gray-500 rounded-md p-2 px-6 mt-2"
>
Cancel
</button>
Expand Down

0 comments on commit 6f3600d

Please sign in to comment.