Skip to content

Commit

Permalink
Merge pull request #3259 from nextcloud/fix/resource-button-styles
Browse files Browse the repository at this point in the history
Mark resource button styles as important to fix styles in some contexts
  • Loading branch information
nickvergessen authored Sep 15, 2022
2 parents 0474ab8 + 0a20ed7 commit 0578fc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/NcRelatedResourcesPanel/NcResource.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ export default {
// Override default NcButton styles
&__button {
width: 100%;
justify-content: flex-start;
padding: 0;
width: 100% !important;
justify-content: flex-start !important;
padding: 0 !important;
&:deep(.button-vue__text) {
font-weight: normal;
margin-left: 2px;
font-weight: normal !important;
margin-left: 2px !important;
}
}
Expand Down

0 comments on commit 0578fc5

Please sign in to comment.