Skip to content

Commit

Permalink
fix : improving arrangement of button in table (#3579)
Browse files Browse the repository at this point in the history
* fix : improving arrangement of button in table

* Making arrangements of buttons verical for both mobile and computer
  • Loading branch information
maze-runnar authored and abhinavk96 committed Nov 3, 2019
1 parent 6f37169 commit 9ae3414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="ui {{if device.isMobile 'horizontal' 'vertical'}} compact basic buttons">
<div class="ui vertical compact basic buttons">
{{#ui-popup content=(t 'View Session') class='ui icon button' click=(action props.actions.viewSession record) position='left center'}}
<i class="unhide icon"></i>
{{/ui-popup}}
Expand Down

0 comments on commit 9ae3414

Please sign in to comment.