Skip to content

Commit

Permalink
fix: Minor UI fixes (#5325)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Behar <[email protected]>
  • Loading branch information
simster7 committed Mar 8, 2021
1 parent 87b62c0 commit 4233d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/app/shared/components/graph/graph-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const GraphPanel = (props: Props) => {
</div>
</div>
)}
<div className={'graph ' + props.classNames}>
<div className={'graph ' + props.classNames} style={{paddingTop: 35}}>
{props.graph.nodes.size === 0 ? (
<p>Nothing to show</p>
) : (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ 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-3'>NAME</div>
<div className='columns small-2'>NAME</div>
<div className='columns small-2'>NAMESPACE</div>
<div className='columns small-1'>STARTED</div>
<div className='columns small-1'>FINISHED</div>
Expand Down

0 comments on commit 4233d0b

Please sign in to comment.