Skip to content

Commit 051ba64

Browse files
committed
ARC-3890: add gap between title and maintainer
1 parent 33ef1f9 commit 051ba64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/src/react-admin/modules/content-page/components/blocks/BlockObjectsGrid/BlockObjectsGrid.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use "sass:math";
12
@use "../../../../shared/styles/settings/variables" as variables;
23
@use "../../../../shared/styles/settings/colors" as colors;
34
@use "../../../../shared/styles/mixins/typography" as typography;
@@ -183,6 +184,7 @@ $max-item-height: 37.6rem;
183184
flex-direction: column;
184185
flex: 1 1 auto;
185186
min-width: 0;
187+
gap: math.div(variables.$g-spacer-unit, 2);
186188
}
187189

188190
.c-block-objects-grid__tile-type-icon {

0 commit comments

Comments
 (0)