Browse Source
Merge pull request #145 from chakflying/patch-3
Fix: Increase width of status pill
pull/154/head
Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Status.vue
|
@ -46,6 +46,6 @@ export default { |
|
|
|
|
|
|
|
|
<style scoped> |
|
|
<style scoped> |
|
|
span { |
|
|
span { |
|
|
width: 54px; |
|
|
width: 64px; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|