diff --git a/src/app/styles/antd.less b/src/app/styles/antd.less
index cf0d0a40..beb103a7 100644
--- a/src/app/styles/antd.less
+++ b/src/app/styles/antd.less
@@ -25,3 +25,10 @@
.ant-table-cell {
word-break: break-word;
}
+
+.ant-avatar,
+.ant-modal-close-x {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
diff --git a/src/features/queue/UpdateQueue/index.tsx b/src/features/queue/UpdateQueue/index.tsx
index 4d8199e9..9467e0d7 100644
--- a/src/features/queue/UpdateQueue/index.tsx
+++ b/src/features/queue/UpdateQueue/index.tsx
@@ -36,7 +36,7 @@ export const UpdateQueue = ({ queue, group }: UpdateQueueProps) => {