From a1d17ac45bdd63bf0a040f567385e60e01c0bb75 Mon Sep 17 00:00:00 2001 From: Bola Ahmed Buari Date: Fri, 14 May 2021 17:22:57 +0100 Subject: [PATCH] Fixes #3534: Chat on iOS only shows parts after typing --- public/assets/chat/chat.css | 4 +--- public/assets/chat/chat.scss | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/public/assets/chat/chat.css b/public/assets/chat/chat.css index 0612bf4d4..6d619c746 100644 --- a/public/assets/chat/chat.css +++ b/public/assets/chat/chat.css @@ -18,7 +18,7 @@ right: 0; width: 100%; border-radius: 0 !important; - font-size: 16px; } } + font-size: 16px !important; } } .zammad-chat--animate { transition: transform 500ms; } @@ -314,7 +314,6 @@ line-height: 1.4em; font-size: inherit; -webkit-appearance: none; - -moz-appearance: none; appearance: none; border: none; background: none; @@ -330,7 +329,6 @@ .zammad-chat-button { -webkit-appearance: none; - -moz-appearance: none; appearance: none; font-family: inherit; font-size: inherit; diff --git a/public/assets/chat/chat.scss b/public/assets/chat/chat.scss index 3f1301448..537a2fedf 100644 --- a/public/assets/chat/chat.scss +++ b/public/assets/chat/chat.scss @@ -17,7 +17,7 @@ right: 0; width: 100%; border-radius: 0 !important; - font-size: 16px; + font-size: 16px !important; } &--animate {