Skip to content

Commit

Permalink
fix(NcResource): Alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal authored and backportbot-nextcloud[bot] committed May 16, 2023
1 parent 7e3670b commit 3183b5f
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 3183b5f

Please sign in to comment.