Skip to content

Commit dbeec92

Browse files
authored
fix: explicitly set the padding on workspace search buttons (#2459)
1 parent 31cc99b commit dbeec92

File tree

1 file changed

+2
-0
lines changed
  • plugins/workspace-search/src

1 file changed

+2
-0
lines changed

plugins/workspace-search/src/css.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ const cssContent = `path.blocklyPath.blockly-ws-search-highlight {
7070
}
7171
.blockly-ws-search button {
7272
border: none;
73+
padding-left: 6px;
74+
padding-right: 6px;
7375
}
7476
.blockly-ws-search-actions {
7577
display: flex;

0 commit comments

Comments
 (0)