Skip to content

Commit eb06ddd

Browse files
fix: indent issue
1 parent 810e30b commit eb06ddd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/vue/src/styles/Input.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ const noSuggestions = (themePreset, theme) => css`
275275
list-style: none;
276276
max-height: 260px;
277277
overflow-y: auto;
278-
border-radius: 6px;
279-
border-top-left-radius: 0;
280-
border-top-right-radius: 0;
281-
box-shadow: rgb(0 0 0 / 20%) 0px 10px 15px;
282-
border-top: 1px solid #f2f0f0;
278+
border-radius: 6px;
279+
border-top-left-radius: 0;
280+
border-top-right-radius: 0;
281+
box-shadow: rgb(0 0 0 / 20%) 0px 10px 15px;
282+
border-top: 1px solid #f2f0f0;
283283
284284
&.small {
285285
top: 30px;

0 commit comments

Comments
 (0)