diff --git a/static/src/components/chat/MinimalBlocks.vue b/static/src/components/chat/MinimalBlocks.vue index aff88f5..945898d 100644 --- a/static/src/components/chat/MinimalBlocks.vue +++ b/static/src/components/chat/MinimalBlocks.vue @@ -1093,8 +1093,8 @@ onBeforeUnmount(() => { display: flex; align-items: center; justify-content: center; - width: 18px; - height: 18px; + min-width: 18px; + min-height: 18px; } .check-icon {