Skip to content

Commit

Permalink
fix: Move session description display to "expanded area" (#5791)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchauhan2889 authored Nov 27, 2020
1 parent d6fc799 commit 8769f2b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/components/public/session-item.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@
{{/if}}
</div>
{{/if}}

<div class="row">
<div class="column session-description">
{{sanitize @session.shortAbstract}}
</div>
</div>
</div>
</div>
<div class="content pt-0 p-4 rounded-t-none {{if @expanded 'active'}}" style={{css background-color='white' border-radius='0.2rem'}}>
<div class="ui pt-4 row">
<div class="column session-description">
{{sanitize @session.shortAbstract}}
</div>
</div>
{{#if (and @expanded (or @session.slidesUrl @session.videoUrl))}}
<div class="row p-4">
<div class="column" style={{css display='flex' align-items='center' flex-direction='column'}}>
Expand Down

1 comment on commit 8769f2b

@vercel
Copy link

@vercel vercel bot commented on 8769f2b Nov 27, 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.