We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a92356 commit 228eb7bCopy full SHA for 228eb7b
web_src/css/modules/tippy.css
@@ -37,7 +37,7 @@
37
38
.tippy-content {
39
position: relative;
40
- padding: 0;
+ padding: 1rem; /* if you need different padding, set data-theme=menu */
41
z-index: 1;
42
}
43
web_src/js/features/repo-commit.js
@@ -66,6 +66,7 @@ export function initCommitStatuses() {
66
placement: top ? 'top-start' : 'bottom-start',
67
interactive: true,
68
role: 'dialog',
69
+ theme: 'menu',
70
});
71
72
0 commit comments