1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-12 10:13:46 +02:00

Merge pull request #145 from chakflying/patch-3

Fix: Increase width of status pill
This commit is contained in:
Louis Lam 2021-08-03 11:04:30 +08:00 committed by GitHub
commit fceb594442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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