mirror of https://github.com/docker/docs.git
fixed CSS padding on search autocompleteList (#4059)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
2e74e5192a
commit
2ee1a61d8c
|
@ -258,7 +258,8 @@ div#autocompleteResults span {
|
||||||
{
|
{
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
width: 400px;
|
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;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
.autoCompleteResult {
|
.autoCompleteResult {
|
||||||
|
|
Loading…
Reference in New Issue