Skip to content

Commit

Permalink
use fit-content for workpackage status
Browse files Browse the repository at this point in the history
Signed-off-by: Parajuli Kiran <kiranparajuli589@gmail.com>
  • Loading branch information
kiranparajuli589 committed Mar 21, 2022
1 parent 3a94924 commit a122912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tab/WorkPackage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export default {
flex-wrap: wrap;
&__status {
padding: 5px;
width: 98px;
padding: 5px 10px;
width: fit-content;
height: 20px;
justify-content: center;
display: flex;
Expand Down

0 comments on commit a122912

Please sign in to comment.