Skip to content

Commit

Permalink
Re-add padding to compose autocomplete box
Browse files Browse the repository at this point in the history
The input looks totally lost in the middle of nowhere with the default
padding.
  • Loading branch information
slusarz committed Feb 20, 2015
1 parent abc36c6 commit 287cd68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imp/themes/default/dynamic/compose.css
Expand Up @@ -358,3 +358,6 @@ span.attachmentImg {
.impACNoResultsText {
font-style: italic;
}
.impACTrigger {
padding: 0 0 0 2px;
}

0 comments on commit 287cd68

Please sign in to comment.