Skip to content

Commit

Permalink
updated some css
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Dec 16, 2024
1 parent 35f5e5c commit 67f8536
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/Assets/AssetsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ const AssetsList = () => {
hideBack
options={
<div className="flex flex-wrap items-center gap-3">
<div className="mb-2 flex w-full flex-col items-center lg:mb-0 lg:w-fit lg:flex-row lg:gap-5">
<div className="mb-2 flex w-full flex-col items-center lg:mb-0 lg:w-fit lg:flex-row lg:gap-5">
<div className="mb-2 flex w-full flex-col items-center gap-3 lg:mb-0 lg:w-fit lg:flex-row lg:gap-5">
<div className="w-full lg:w-fit">
<Button
variant="primary"
size="lg"
Expand All @@ -333,10 +333,7 @@ const AssetsList = () => {
</Button>
</div>

<div
className="mb-2 flex w-full flex-col items-center lg:mb-0 lg:w-fit lg:flex-row lg:gap-5"
data-testid="create-asset-button"
>
<div className="w-full lg:w-fit" data-testid="create-asset-button">
<Button
variant="primary"
size="lg"
Expand Down

0 comments on commit 67f8536

Please sign in to comment.