diff --git a/src/components/Elements/MainModal/scss/marketplace/_main.scss b/src/components/Elements/MainModal/scss/marketplace/_main.scss index b3c83da2..b5501074 100644 --- a/src/components/Elements/MainModal/scss/marketplace/_main.scss +++ b/src/components/Elements/MainModal/scss/marketplace/_main.scss @@ -70,6 +70,7 @@ display: flex; flex-flow: column; align-items: flex-start; + width: 100%; .card-title { font-size: 18px; @@ -200,6 +201,13 @@ } } +.item-card-actions { + display: flex; + gap: 8px; + margin-top: 1.5rem; + width: 100%; +} + .itemPage { display: flex; flex-flow: row; diff --git a/src/features/marketplace/components/Items/Items.jsx b/src/features/marketplace/components/Items/Items.jsx index 059d98c8..bac14a98 100644 --- a/src/features/marketplace/components/Items/Items.jsx +++ b/src/features/marketplace/components/Items/Items.jsx @@ -219,7 +219,7 @@ function ItemCard({ )} {isAdded && onUninstall && ( -
+