Skip to content

Commit

Permalink
resolve: overflow of popup on event overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitagupta30 authored and niranjan94 committed Jun 24, 2017
1 parent 94408f0 commit 398a345
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
<div class="header">{{t 'Event sponsors'}}</div>
</div>
<div class="content">
<table class="ui very basic table">
<table class="ui very basic compact table">
<thead>
<tr>
<th>{{t 'Logo'}}</th>
Expand All @@ -20,7 +20,7 @@
<td>ABC</td>
<td>1</td>
<td>
<div class="ui horizontal compact basic buttons">
<div class="ui vertical compact basic buttons">
{{#ui-popup content=(t 'Edit') class='ui icon button'}}
<i class="edit icon"></i>
{{/ui-popup}}
Expand Down

0 comments on commit 398a345

Please sign in to comment.