Skip to content

Commit 9e30294

Browse files
authored
Merge pull request #461 from viaacode/bugfix/ARC-3890_object-grid-gap
ARC-3890: add gap between title and maintainer
2 parents 33ef1f9 + 051ba64 commit 9e30294

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)