Skip to content

Commit 1cd20bf

Browse files
committed
Change rerun description from 24px to 20px
1 parent ffd4ebc commit 1cd20bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/st2-history/history-popup.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default class HistoryPopup extends React.Component {
9999
return (
100100
<div className="st2-rerun">
101101
<Popup title="Rerun an execution" onCancel={onCancel} data-test="rerun_popup">
102-
<h4 style={{ padding:'20px 20px 0', fontSize: '24px', fontWeight: 'normal', marginBlockStart: 'auto' }}>The input values from the previous run are applied by default and displayed in black. The original default values of the action parameters are displayed in grey.</h4>
102+
<h4 style={{ padding:'20px 20px 0', fontSize: '20px', fontWeight: 'normal', marginBlockStart: 'auto' }}>The input values from the previous run are applied by default and displayed in black. The original default values of the action parameters are displayed in grey.</h4>
103103

104104
<form>
105105
<DetailsPanel>

0 commit comments

Comments
 (0)