Skip to content

Commit 886177a

Browse files
Feat: Update src/components/NcRelatedResourcesPanel/NcTeamResources.vue
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco <marcoambrosini@proton.me>
1 parent 5fb91f1 commit 886177a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/NcRelatedResourcesPanel/NcTeamResources.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default {
232232
.related-team-resource {
233233
&__link {
234234
display: flex;
235-
gap: 12px;
235+
gap: calc(3 * var(--default-grid-baseline));
236236
height: var(--default-clickable-area);
237237
align-items: center;
238238
border-radius: var(--border-radius-large);

0 commit comments

Comments
 (0)