Skip to content

Commit

Permalink
Merge pull request #2753 from nextcloud/fix/2752/dashboard-actions
Browse files Browse the repository at this point in the history
Add padding 8px to DashboardWidgetItem actions
  • Loading branch information
marcoambrosini authored Jun 10, 2022
2 parents c8d0bca + ec77059 commit 34f1e9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/DashboardWidgetItem/DashboardWidgetItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,6 @@ export default {
position: relative;
padding: 8px;
// Account for action menu
&--has-actions-menu {
padding-right: 0 !important;
}
&:hover,
&:focus {
background-color: var(--color-background-hover);
Expand Down

0 comments on commit 34f1e9d

Please sign in to comment.