Skip to content

Commit

Permalink
Adds default search text padding for emoji search and removes a conso…
Browse files Browse the repository at this point in the history
…le log (#7878)
  • Loading branch information
gdelavald authored and karlprieb committed Aug 25, 2017
1 parent c20cf4f commit 2de3905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rocketchat-emoji/client/emojiPicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

width: 100%;
height: 35px;
padding: 2px 8px;
padding: 0.5rem 1rem 0.5rem 2.25rem;

border-width: 1px;
border-style: solid;
Expand Down
1 change: 0 additions & 1 deletion packages/rocketchat-emoji/client/lib/EmojiPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ RocketChat.EmojiPicker = {
return $('.emoji-picker').css(cssProperties);
},
open(source, callback) {
console.log('open', source);
if (!this.initiated) {
this.init();
}
Expand Down

0 comments on commit 2de3905

Please sign in to comment.