Skip to content

Commit

Permalink
fix css distortion in grants sidebar (#7705)
Browse files Browse the repository at this point in the history
* fix css distortion in grants sidebar

* adjust style for only affected div

Co-authored-by: Dan Lipert <danlipert@gmail.com>
  • Loading branch information
chibie and danlipert authored Oct 28, 2020
1 parent faee476 commit 974d95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/grants/templates/grants/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{% endif %}
<div id="grants-showcase" v-cloak>
<div class="row" style="max-width: 99vw">
<div class="col-12 col-lg-3 col-xl-2 pr-xl-0" id="sidebar_container">
<div class="col-12 col-lg-3 col-xl-2 pr-0" id="sidebar_container">
{% include 'grants/shared/sidebar_search.html' %}
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/grants/templates/grants/shared/sidebar_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:set_type="setCurrentType" :idle_grants="idle_grants" :show_contributions="show_contributions"
:query_params="getQueryParams" :round_num="round_num" :featured="featured"
inline-template>
<div class="sidebar_search font-body pr-0 pl-4" >
<div class="sidebar_search font-body pr-0 pl-4 w-100">
<div class="search font-caption mb-4" style="width: 110%;">
<div class="search-area col-12">
<input @input="searchKeyword()" class="form__input form__input_lg" type="search" v-model="search" id="keyword" name="keyword" style="font-family: 'Font Awesome 5 Pro', 'Muli', sans-serif; font-weight: 900;" placeholder="&#xF002; Search Grant" />
Expand Down

0 comments on commit 974d95c

Please sign in to comment.