Skip to content

Commit

Permalink
fixes #4440 correct float on people profile small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed May 30, 2019
1 parent bbd4839 commit 6f2e83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geonode/people/templates/people/profile_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ <h3>{{ profile.first_name|default:profile.name_long }}</h3>
{% endif %}
</div>

<div class="col-md-9">
<div class="col-xs-12 col-md-9">
<h4>{% trans "Resources" %}</h4>
<div class="col-md-12">
{% include "people/_profile_filters.html" %}
</div>
<!-- <div class="col-md-12">
{% include "search/_sort_filters.html" %}
</div> -->
<div class="col-md-12">
<div class=" col-xs-12 col-md-12">
{% include 'base/_resourcebase_snippet.html' %}
</div>
<div class="col-md-12">
Expand Down

0 comments on commit 6f2e83f

Please sign in to comment.