Skip to content

Commit

Permalink
chore: make Name column wider (argoproj#21080)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Tkachenko <[email protected]>
  • Loading branch information
korsar182 authored Jan 4, 2025
1 parent e66068c commit c257640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const ApplicationResourceList = (props: ApplicationResourceListProps) =>
<div className='argo-table-list__head'>
<div className='row'>
<div className='columns small-1 xxxlarge-1' />
<div className='columns small-2 xxxlarge-1'>NAME</div>
<div className='columns small-2 xxxlarge-2'>NAME</div>
<div className='columns small-1 xxxlarge-1'>GROUP/KIND</div>
<div className='columns small-1 xxxlarge-1'>SYNC ORDER</div>
<div className='columns small-2 xxxlarge-1'>NAMESPACE</div>
Expand Down

0 comments on commit c257640

Please sign in to comment.