Fix: Increase width of status pill

This commit is contained in:
Nelson Chan 2021-08-03 10:57:56 +08:00 committed by GitHub
parent 5689b30985
commit 5b9d3357aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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