From 2c5c4878ca8881d0f88cce68fd2f45934c16ccf8 Mon Sep 17 00:00:00 2001 From: Benjamin Piouffle Date: Wed, 6 Nov 2024 16:32:33 +0100 Subject: [PATCH] style: Misc fixes (#1318) --- app/styles/_components/VideoDebate/comments/comment.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/_components/VideoDebate/comments/comment.sass b/app/styles/_components/VideoDebate/comments/comment.sass index 23dcd827f..3f30a0891 100644 --- a/app/styles/_components/VideoDebate/comments/comment.sass +++ b/app/styles/_components/VideoDebate/comments/comment.sass @@ -34,7 +34,7 @@ .score text-align: center font-size: 0.9em - height: 1.1em + min-height: 1.1em .round-spinner animation: spinAround 400ms infinite linear, fadeIn 500ms margin-left: 3px @@ -132,4 +132,4 @@ color: lighten($red, 30) cursor: help .fa - font-size: 1.4em !important \ No newline at end of file + font-size: 1.4em !important