Skip to content

Commit

Permalink
Merge pull request #4124 from nextcloud/backport/4121/stable7
Browse files Browse the repository at this point in the history
[stable7] fix(NcResource): Alignment
  • Loading branch information
nickvergessen committed May 16, 2023
2 parents 7e3670b + 3183b5f commit 3eda45a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/components/NcRelatedResourcesPanel/NcResource.vue
Expand Up @@ -100,9 +100,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 3eda45a

Please sign in to comment.