From 9a4859955c00e1c1be2f5e46c4965511589d25e0 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 23 Jun 2024 13:06:54 -0400 Subject: [PATCH] fix duplicate CSS rule --- conversejs/custom/shared/styles/livechat.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/conversejs/custom/shared/styles/livechat.scss b/conversejs/custom/shared/styles/livechat.scss index e8a9d3b2..5e61dde5 100644 --- a/conversejs/custom/shared/styles/livechat.scss +++ b/conversejs/custom/shared/styles/livechat.scss @@ -170,7 +170,6 @@ body.converse-embedded { #peertube-plugin-livechat-container { converse-muc-message-form { // For an unknown reason, message field in truncated... so adding a bottom margin. - margin-bottom: 0.25rem !important; max-height: unset !important; margin-bottom: 0.5rem !important; margin-top: 0.4rem !important;