diff --git a/src/sections/collection/Collection.module.scss b/src/sections/collection/Collection.module.scss index 25af1b00f..dc776bdbd 100644 --- a/src/sections/collection/Collection.module.scss +++ b/src/sections/collection/Collection.module.scss @@ -11,6 +11,12 @@ gap: 10px; } +.action-buttons { + display: flex; + justify-content: flex-end; + margin-bottom: 10px; +} + .subtext { color: $dv-subtext-color; } diff --git a/src/sections/collection/Collection.tsx b/src/sections/collection/Collection.tsx index 58e006f50..0db7f0916 100644 --- a/src/sections/collection/Collection.tsx +++ b/src/sections/collection/Collection.tsx @@ -68,7 +68,7 @@ export function Collection({ )} {!collection.isReleased && canUserPublishCollection && ( -
+