Skip to content

Commit 3eda45a

Browse files
Merge pull request #4124 from nextcloud/backport/4121/stable7
[stable7] fix(NcResource): Alignment
2 parents 7e3670b + 3183b5f commit 3eda45a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/components/NcRelatedResourcesPanel/NcResource.vue

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,15 @@ export default {
100100
justify-content: flex-start !important;
101101
padding: 0 !important;
102102
103-
&:deep(.button-vue__text) {
104-
font-weight: normal !important;
105-
margin-left: 2px !important;
103+
&:deep {
104+
.button-vue__wrapper {
105+
justify-content: flex-start !important;
106+
107+
.button-vue__text {
108+
font-weight: normal !important;
109+
margin-left: 2px !important;
110+
}
111+
}
106112
}
107113
}
108114

0 commit comments

Comments
 (0)