Skip to content

Commit

Permalink
refactor(core): reset completions-board width
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Aug 10, 2024
1 parent 04748dc commit ad6474e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/src/plugins/provide-completions/index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.shikitor-popup[class*='completions-board'] {
visibility: hidden;
padding: 0;
min-width: 200px;
min-width: 400px;
max-height: 300px;
overflow-y: auto;
background-color: var(--shikitor-bg-color);
Expand Down Expand Up @@ -61,6 +61,9 @@
&__label {
flex: 1;
width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
&__keyword {
font-weight: bold;
Expand Down

0 comments on commit ad6474e

Please sign in to comment.