fix(style): worker status display

This commit is contained in:
jialin
2024-09-13 22:57:22 +08:00
parent e22a137a6f
commit 0317a370da
+1 -1
View File
@@ -5,8 +5,8 @@
align-items: center;
padding: 2px 10px;
border-radius: 20px;
width: fit-content;
min-width: 76px;
width: max-content;
height: 26px;
font-size: var(--font-size-base);
overflow: hidden;