Skip to content

Commit

Permalink
fix: Increase Name width to 3 and decrease NameSpace width to 1 (#5678)
Browse files Browse the repository at this point in the history
  • Loading branch information
pruthvichow authored Apr 14, 2021
1 parent 71dfc79 commit bf5d7bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ export class WorkflowsList extends BasePage<RouteComponentProps<any>, State> {
<div className='row argo-table-list__head'>
<div className='columns small-1 workflows-list__status' />
<div className='row small-11'>
<div className='columns small-2'>NAME</div>
<div className='columns small-2'>NAMESPACE</div>
<div className='columns small-3'>NAME</div>
<div className='columns small-1'>NAMESPACE</div>
<div className='columns small-1'>STARTED</div>
<div className='columns small-1'>FINISHED</div>
<div className='columns small-1'>DURATION</div>
Expand Down

0 comments on commit bf5d7bf

Please sign in to comment.