Skip to content

Commit

Permalink
fix: Reduce width of left side menu (#5755)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchauhan2889 authored Nov 25, 2020
1 parent 40ce3ad commit 6c70485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/explore.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="ui stackable grid">
<div class="four wide column">
<div class="three wide column">
<Explore::SideBar @model={{this.model}} @category={{this.category}} @sub_category={{this.sub_category}} @event_type={{this.event_type}} @startDate={{this.start_date}} @endDate={{this.end_date}} @location={{this.location}} @ticket_type={{this.ticket_type}} @cfs={{this.cfs}} />
</div>
<div class="twelve wide column">
<div class="thirteen wide column">
<h1 class="ui header">{{t 'Events'}}</h1>
<div class="ui labels">
{{#if this.filters.category}}
Expand Down

1 comment on commit 6c70485

@vercel
Copy link

@vercel vercel bot commented on 6c70485 Nov 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.