Skip to content

Commit 88b356c

Browse files
authored
Feat: correct workspace-action padding
Feature: V14: correct workspace action padding
2 parents 9e3555b + 2548486 commit 88b356c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/core/workspace/components/workspace-action-menu/workspace-action-menu.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ export class UmbWorkspaceActionMenuElement extends UmbLitElement {
7878
}
7979
8080
#popover-trigger {
81-
--uui-button-padding-top-factor: 0.5;
82-
--uui-button-padding-bottom-factor: 0.1;
81+
--uui-button-padding-top-factor: 0;
82+
--uui-button-padding-bottom-factor: 0.125;
8383
}
8484
`,
8585
];

0 commit comments

Comments
 (0)