From 74f51ded5515f51b7266d1822fe9c59975d97102 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 4 Apr 2025 13:14:51 +0300 Subject: [PATCH] Remove .clearfix from places without floats --- app/views/dashboards/_contact.html.erb | 4 ++-- app/views/dashboards/show.html.erb | 4 ++-- app/views/diary_entries/_diary_entry.html.erb | 2 +- app/views/diary_entries/index.html.erb | 2 +- app/views/issues/show.html.erb | 2 +- app/views/users/show.html.erb | 8 ++++---- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/views/dashboards/_contact.html.erb b/app/views/dashboards/_contact.html.erb index fc99ada79..cea6c2b29 100644 --- a/app/views/dashboards/_contact.html.erb +++ b/app/views/dashboards/_contact.html.erb @@ -4,7 +4,7 @@ :icon => type == "following" ? "MARKER_BLUE" : "MARKER_GREEN", :description => render(:partial => "popup", :object => contact, :locals => { :type => type }) } %> -<%= tag.div :class => "clearfix row", :data => { :user => user_data } do %> +<%= tag.div :class => "row", :data => { :user => user_data } do %>
<%= user_thumbnail contact %>
@@ -32,7 +32,7 @@