We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72821e9 commit f9cbc1fCopy full SHA for f9cbc1f
eva-web/src/js/variant-widget/eva-variant-widget.js
@@ -452,7 +452,9 @@ EvaVariantWidget.prototype = {
452
items: [ 'Results per Page: ',resultsPerPage,{
453
xtype : 'button',
454
text : 'Export as CSV',
455
- margin: '5 10 10 10',
+ style: {
456
+ borderStyle: 'solid'
457
+ },
458
listeners: {
459
click: {
460
element: 'el', //bind to the underlying el property on the panel
0 commit comments