For buttons in a table, `xs` generally fits the best, so let's make that the default.
'editable' => TRUE,
],
[
- 'size' => 'btn-sm',
+ 'size' => 'btn-xs',
'links' => [
[
'entity' => 'ContactType',
'editable' => TRUE,
],
[
- 'size' => 'btn-sm',
+ 'size' => 'btn-xs',
'links' => [
[
'entity' => 'RelationshipType',
label: ts('Buttons'),
icon: 'fa-square-o',
defaults: {
- size: 'btn-sm',
+ size: 'btn-xs',
links: []
}
},