Skip to content

Commit f9cbc1f

Browse files
author
kandaj
committed
variant browser size issues fixed
1 parent 72821e9 commit f9cbc1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eva-web/src/js/variant-widget/eva-variant-widget.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,9 @@ EvaVariantWidget.prototype = {
452452
items: [ 'Results per Page: ',resultsPerPage,{
453453
xtype : 'button',
454454
text : 'Export as CSV',
455-
margin: '5 10 10 10',
455+
style: {
456+
borderStyle: 'solid'
457+
},
456458
listeners: {
457459
click: {
458460
element: 'el', //bind to the underlying el property on the panel

0 commit comments

Comments
 (0)