From 8703fb551a2f1ee6db8b52973b272edf82c58990 Mon Sep 17 00:00:00 2001 From: Benjamin Piouffle Date: Wed, 16 Oct 2024 19:33:04 +0200 Subject: [PATCH] style: Misc fixes --- 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