Browse Source

Fix: Increase width of status pill

pull/145/head
Nelson Chan 4 years ago
committed by GitHub
parent
commit
5b9d3357aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/Status.vue

2
src/components/Status.vue

@ -46,6 +46,6 @@ export default {
<style scoped>
span {
width: 54px;
width: 64px;
}
</style>

Loading…
Cancel
Save