Skip to content

Commit 2ee1a61

Browse files
fixed CSS padding on search autocompleteList (docker#4059)
Signed-off-by: Victoria Bialas <[email protected]>
1 parent 2e74e51 commit 2ee1a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_scss/_utilities.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ div#autocompleteResults span {
258258
{
259259
list-style-type: none;
260260
width: 400px;
261-
padding:0px;
261+
/* commented out 0px padding to allow inherit padding, search results on autocompleteList were getting smashed up against left margin due to this */
262+
/* padding:0px; */
262263
margin-bottom: 0px;
263264
}
264265
.autoCompleteResult {

0 commit comments

Comments
 (0)