Skip to content

Commit

Permalink
change classname for div containing emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreets committed Oct 13, 2020
1 parent e550648 commit 23c8284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/notes/_comment.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<p id="emoji-title" style="text-align: center;color: #586069; font-size:14px;margin:6px;">Pick your reaction</p>
<div id= "dropdown-divider" style="display: block;height: 0;border-top: 1px solid #e1e4e8;"></div>

<div id="emoji-list" class="open">
<div id="emoji-list" class="emoji-container">
<% emoji_names, emoji_image_map = emoji_info %>
<% emoji_names.each do |e| %>
<% capitalized_emoji_name = e.split("-").map(&:capitalize).join %>
Expand Down Expand Up @@ -208,7 +208,7 @@
</script>

<style>
.open {
.emoji-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
Expand Down

0 comments on commit 23c8284

Please sign in to comment.