Skip to content

Commit

Permalink
Feat: Update src/components/NcRelatedResourcesPanel/NcTeamResources.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Marco <[email protected]>
  • Loading branch information
marcoambrosini and susnux authored Jun 13, 2024
1 parent 38379cd commit fccf879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcRelatedResourcesPanel/NcTeamResources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default {
.related-team-resource {
&__link {
display: flex;
gap: 12px;
gap: calc(3 * var(--default-grid-baseline));
height: var(--default-clickable-area);
align-items: center;
border-radius: var(--border-radius-large);
Expand Down

0 comments on commit fccf879

Please sign in to comment.