Skip to content

Commit

Permalink
Fix application progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
leomoty authored and martinpitt committed Sep 4, 2023
1 parent b6633ef commit 7c9e04b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions pkg/apps/application-list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,13 @@ export const ApplicationList = ({ metainfo_db, appProgress, appProgressTitle, ac
<Flex alignItems={{ default: 'alignItemsCenter' }}>
<h2 className="pf-v5-u-font-size-3xl">{_("Applications")}</h2>
<FlexItem align={{ default: 'alignRight' }}>
<Flex>
{refresh_progress}
{refresh_button}
<Flex alignItems={{ default: 'alignItemsCenter' }} spacer={{ default: 'spacerXs' }}>
<FlexItem>
{refresh_progress}
</FlexItem>
<FlexItem>
{refresh_button}
</FlexItem>
</Flex>
</FlexItem>
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion pkg/apps/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.progress-bar {
display: inline-block;
min-inline-size: 12rem;
inline-size: 20%;
overflow: hidden;
}
Expand Down

0 comments on commit 7c9e04b

Please sign in to comment.