mirror of https://github.com/docker/docs.git
Fix auto-complete left-padding
This commit is contained in:
parent
114429c6f8
commit
65976cbb1e
|
@ -71,7 +71,7 @@
|
||||||
{
|
{
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
padding:0px;
|
padding: 0px 0px 0px 10px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
.autoCompleteResult {
|
.autoCompleteResult {
|
||||||
|
|
Loading…
Reference in New Issue