Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Adds default search text padding for emoji search #7878

Merged
merged 1 commit into from
Aug 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adds default search text padding for emoji search and removes a conso…
…le log
gdelavald committed Aug 25, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3bd6b33e0b9aea26be9b122d91ea405e70c79a54
2 changes: 1 addition & 1 deletion packages/rocketchat-emoji/client/emojiPicker.css
Original file line number Diff line number Diff line change
@@ -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;
1 change: 0 additions & 1 deletion packages/rocketchat-emoji/client/lib/EmojiPicker.js
Original file line number Diff line number Diff line change
@@ -78,7 +78,6 @@ RocketChat.EmojiPicker = {
return $('.emoji-picker').css(cssProperties);
},
open(source, callback) {
console.log('open', source);
if (!this.initiated) {
this.init();
}