Skip to content

Commit

Permalink
Merge pull request #4121 from nextcloud/fix/resource-alignment
Browse files Browse the repository at this point in the history
fix(NcResource): Alignment
  • Loading branch information
nickvergessen committed May 16, 2023
2 parents 4fd37e3 + 9874d8a commit 644a0e0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/components/NcRelatedResourcesPanel/NcResource.vue
Expand Up @@ -87,9 +87,15 @@ export default {
justify-content: flex-start !important;
padding: 0 !important;
&:deep(.button-vue__text) {
font-weight: normal !important;
margin-left: 2px !important;
&:deep {
.button-vue__wrapper {
justify-content: flex-start !important;
.button-vue__text {
font-weight: normal !important;
margin-left: 2px !important;
}
}
}
}
Expand Down

0 comments on commit 644a0e0

Please sign in to comment.