Skip to content

Commit 9ae3414

Browse files
maze-runnarabhinavk96
authored andcommitted
fix : improving arrangement of button in table (#3579)
* fix : improving arrangement of button in table * Making arrangements of buttons verical for both mobile and computer
1 parent 6f37169 commit 9ae3414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/ui-table/cell/cell-simple-buttons.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ui {{if device.isMobile 'horizontal' 'vertical'}} compact basic buttons">
1+
<div class="ui vertical compact basic buttons">
22
{{#ui-popup content=(t 'View Session') class='ui icon button' click=(action props.actions.viewSession record) position='left center'}}
33
<i class="unhide icon"></i>
44
{{/ui-popup}}

0 commit comments

Comments
 (0)