Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4656'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 7, 2024
2 parents d39533c + 5794155 commit 108984f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ body.small-nav {
#sidebar {
float: left;
width: $sidebarWidth;
background: #fff;

#sidebar_loader {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/map.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<% end %>
<% content_for :content do %>
<div id="sidebar">
<div id="sidebar" class="bg-body">
<%= render :partial => "layouts/search", :locals => { :autofocus => true } %>

<div id="flash">
Expand Down

0 comments on commit 108984f

Please sign in to comment.