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 05bd3a4 commit d3f7cfdCopy full SHA for d3f7cfd
warehouse/static/sass/blocks/_form-group.scss
@@ -85,14 +85,26 @@
85
&__results {
86
font-size: $input-font-size;
87
margin-left: 0;
88
- padding: 4px 0 8px;
+ margin-top: -1px;
89
+ padding: 0;
90
+ border: 1px solid $border-color;
91
+ border-bottom: 0;
92
+ position: absolute;
93
+ z-index: 400;
94
+ width: 350px;
95
+ max-width: calc(100% - $spacing-unit);
96
97
li {
98
background-color: $white;
99
border-bottom: 1px solid $border-color;
100
color: $text-color;
101
cursor: pointer;
102
list-style-type: none;
103
+ padding: $quarter-spacing-unit;
104
+
105
+ img {
106
+ margin-right: 4px;
107
+ }
108
109
&:hover,
110
&:active,
0 commit comments