fixes #1790, Autocomplete text box has a bit too much padding on left side
This commit is contained in:
parent
57a38e19cb
commit
43a426119b
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ textbox, tagsbox textbox
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.textbox-input-box
|
||||
{
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
|
||||
/* DEBUG: this doesn't seem to work, unfortunately
|
||||
label[singleField=false]:after
|
||||
|
|
Loading…
Reference in a new issue