From dc0ccb3f422d787d3e6e24a639f0ab40aeeb65dc Mon Sep 17 00:00:00 2001 From: greta Date: Tue, 19 Oct 2021 18:13:50 +0200 Subject: [PATCH] Fix reply button priority styling Signed-off-by: greta --- src/components/Thread.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Thread.vue b/src/components/Thread.vue index 86b78e7d12..28e08083bb 100644 --- a/src/components/Thread.vue +++ b/src/components/Thread.vue @@ -351,8 +351,8 @@ export default { .icon-reply-all-white { height: 44px; min-width: 44px; - margin: 0; - padding: 9px 18px 10px 32px; + margin: 0 !important; + padding: 9px 18px 10px 32px !important; } /* Show action button label and move icon to the left