Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien RAKOTOMAMPIANDRA committed Sep 26, 2019
1 parent 87935df commit 8f07d42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/users.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
color: #1300a3;
text-align: center;
align-items: center;
word-break: break-all;
text-decoration: none;
flex-direction: column;

Expand Down Expand Up @@ -204,4 +205,4 @@
.account {
right: 62%;
}
}
}
4 changes: 2 additions & 2 deletions app/views/users/_friends.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<span class="photo">
<%= image_tag(photo_path(friend)) %>
</span>
<%= friend.name %>
<%= friend.username %>
<% end %>
</li>
<% end %>
</ul>
</div>
</div>

0 comments on commit 8f07d42

Please sign in to comment.