Skip to content

Commit

Permalink
Add nospin class to button of type 'popup' (CO-2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Sep 30, 2021
1 parent 0ff7513 commit a968c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/MatchgridRecords/columns.inc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $indexColumns = [
'type' => 'button',
'button' => [
'text' => 'fieldVal',
'attrs' => ['class' => 'btn link referenceid'],
'attrs' => ['class' => 'btn link referenceid nospin'],
'popover' => 'fieldVal',
],
'truncate' => 8,
Expand Down

0 comments on commit a968c46

Please sign in to comment.