Skip to content

Commit

Permalink
Merge pull request #616 from SUI-Components/feature/add-style-last-ch…
Browse files Browse the repository at this point in the history
…ild-task-manager-work

feat(components/tool/taskManager): update styles
  • Loading branch information
davidmartin84 committed Sep 6, 2023
2 parents 9213782 + d6bfd4f commit e6d1dc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/tool/taskManager/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ $class-taskIcon: '#{$base-class}-taskIcon';
margin-bottom: 16px;
width: 100%;

&:last-child {
margin-bottom: 0;
}

&ProgressBar {
width: 100%;
}
Expand Down

0 comments on commit e6d1dc0

Please sign in to comment.