Skip to content

Commit

Permalink
Remove css property
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Apr 4, 2019
1 parent 5c64604 commit a679c9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/resultsView/plots/PlotsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,7 @@ export default class PlotsTab extends React.Component<IPlotsTabProps,{}> {
searchable={false}
/>
</div>
{(axisSelection.dataType && this.showDatasourceBox(axisSelection.dataType)) && (
<div className="form-group">
<label>{dataSourceLabel}</label>
<div style={{display:"flex", alignItems:"center"}}>
Expand All @@ -1557,6 +1558,7 @@ export default class PlotsTab extends React.Component<IPlotsTabProps,{}> {
/>
)}
</div>
</div>
)}
{ logScalePossible(axisSelection) && (
<div className="checkbox"><label>
Expand All @@ -1570,7 +1572,7 @@ export default class PlotsTab extends React.Component<IPlotsTabProps,{}> {
/> {this.showSortOrderButton(vertical) ? `Log Scale` : `Apply Log Scale`}
</label>
{ this.showSortOrderButton(vertical) && (
<label style={{"margin-right": "10px"}}>
<label>
<Button
className="btn btn-default sort-order"
data-test="changeSortOrderButton"
Expand Down

0 comments on commit a679c9e

Please sign in to comment.