mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
fixed CSS padding on search autocompleteList (#4059)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
@@ -258,7 +258,8 @@ div#autocompleteResults span {
|
||||
{
|
||||
list-style-type: none;
|
||||
width: 400px;
|
||||
padding:0px;
|
||||
/* commented out 0px padding to allow inherit padding, search results on autocompleteList were getting smashed up against left margin due to this */
|
||||
/* padding:0px; */
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.autoCompleteResult {
|
||||
|
||||
Reference in New Issue
Block a user