Skip to content

Commit

Permalink
Fix styling of count skips on Jenkins Job Analysis page (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-dupuy authored Aug 6, 2020
1 parent 3e6b8e9 commit fb49a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/jenkinsjobanalysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class JenkinsJobAnalysisView extends React.Component {
{this.getBuildsDropdown()}
</div>
{activeTab === 'heatmap' &&
<div style={{backgroundColor: 'white', float: 'right', clear: 'none', marginBottom: '-2em', padding: '0.5em 1em', width: '29em'}}>
<div style={{backgroundColor: 'white', float: 'right', clear: 'none', marginBottom: '-2em', padding: '0.5em 1em', width: '30em'}}>
<ParamDropdown
dropdownItems={['Yes', 'No']}
defaultValue={this.state.countSkips}
Expand Down

0 comments on commit fb49a01

Please sign in to comment.