Skip to content

Commit

Permalink
fix(ui): Re-fix help-icon in the summary section (argoproj#19833)
Browse files Browse the repository at this point in the history
* refix-icon

Signed-off-by: Surajyadav <harrypotter1108@gmail.com>

* lint

Signed-off-by: Surajyadav <harrypotter1108@gmail.com>

---------

Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
  • Loading branch information
surajyadav1108 committed Sep 12, 2024
1 parent c4709fb commit aeb8b55
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,12 @@ export const ApplicationSummary = (props: ApplicationSummaryProps) => {
view: app.spec.revisionHistoryLimit,
edit: (formApi: FormApi) => (
<div style={{position: 'relative'}}>
<FormField formApi={formApi} field='spec.revisionHistoryLimit' componentProps={{style: {paddingRight: '1em'}, placeholder: '10'}} component={NumberField} />
<FormField
formApi={formApi}
field='spec.revisionHistoryLimit'
componentProps={{style: {paddingRight: '1em', right: '1em'}, placeholder: '10'}}
component={NumberField}
/>
<div style={{position: 'absolute', right: '0', top: '0'}}>
<HelpIcon
title='This limits the number of items kept in the apps revision history.
Expand Down

0 comments on commit aeb8b55

Please sign in to comment.