From 672c79c79cf81b43ce958c9c7298be0e14fa9acf Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 28 Jul 2023 20:27:58 +0300 Subject: [PATCH] Remove setting 100% width with w-100 where it's the default width --- app/views/application/_sidebar_header.html.erb | 2 +- app/views/site/about.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/application/_sidebar_header.html.erb b/app/views/application/_sidebar_header.html.erb index 88a1fff4a..9e7877f8a 100644 --- a/app/views/application/_sidebar_header.html.erb +++ b/app/views/application/_sidebar_header.html.erb @@ -1,4 +1,4 @@ -
+

<%= title %>

diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 277fb1384..f6f6ba137 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -11,7 +11,7 @@
-
+

<%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name") %>

-- 2.39.5