Skip to content

Commit 5dd48bb

Browse files
committed
make "delete icon button" slightly larger to be easier to click on mobile
1 parent c379fc5 commit 5dd48bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function initRepoTopicBar() {
2323
$el.attr({
2424
'aria-label': topicPrompts.remove,
2525
'role': 'button',
26-
});
26+
}).addClass('gt-px-2'); // make it slightly larger to be easier to click on mobile
2727
}
2828

2929
mgrBtn.on('click', () => {

0 commit comments

Comments
 (0)