forked from DGNum/gestioCOF
Fix autocomplete width
This commit is contained in:
parent
e323f2f755
commit
8cd9434664
3 changed files with 2 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,6 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.yourlabs-autocomplete ul {
|
.yourlabs-autocomplete ul {
|
||||||
width: 500px;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -46,7 +45,6 @@ a {
|
||||||
.yourlabs-autocomplete ul li {
|
.yourlabs-autocomplete ul li {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
width: 500px;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue