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 810e30b commit eb06dddCopy full SHA for eb06ddd
packages/vue/src/styles/Input.js
@@ -275,11 +275,11 @@ const noSuggestions = (themePreset, theme) => css`
275
list-style: none;
276
max-height: 260px;
277
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;
+ border-radius: 6px;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ box-shadow: rgb(0 0 0 / 20%) 0px 10px 15px;
+ border-top: 1px solid #f2f0f0;
283
284
&.small {
285
top: 30px;
0 commit comments