diff --git a/public/assets/chat/chat.css b/public/assets/chat/chat.css index e1f41f2e2..18412aa26 100644 --- a/public/assets/chat/chat.css +++ b/public/assets/chat/chat.css @@ -336,7 +336,7 @@ line-height: initial; background: #379ad7; color: white; - padding: 0.6em 1.2em; + padding: 0.5em 1.2em; margin: 0.5em 1em 0.5em; cursor: pointer; border: none; diff --git a/public/assets/chat/chat.scss b/public/assets/chat/chat.scss index 7687b1931..3ad642071 100644 --- a/public/assets/chat/chat.scss +++ b/public/assets/chat/chat.scss @@ -333,7 +333,7 @@ line-height: initial; background: hsl(203,67%,53%); color: white; - padding: 0.6em 1.2em; + padding: 0.5em 1.2em; margin: 0.5em 1em 0.5em; cursor: pointer; border: none;