From d00928cf3f225688759e6381f0f1f9966f3396f7 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 8 Jan 2021 21:44:02 +0900
Subject: [PATCH] :art:

---
 src/client/widgets/job-queue.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/client/widgets/job-queue.vue b/src/client/widgets/job-queue.vue
index 8aad00a9c5..11bb20979b 100644
--- a/src/client/widgets/job-queue.vue
+++ b/src/client/widgets/job-queue.vue
@@ -124,6 +124,8 @@ export default defineComponent({
 }
 
 .mkw-jobQueue {
+	font-size: 0.9em;
+
 	> div {
 		padding: 16px;
 
@@ -149,7 +151,6 @@ export default defineComponent({
 
 				> div:first-child {
 					opacity: 0.7;
-					font-size: 0.9em;
 				}
 			}
 		}