diff --git a/public/assets/chat/chat.css b/public/assets/chat/chat.css index 2c329ddf0..1bbf8a852 100644 --- a/public/assets/chat/chat.css +++ b/public/assets/chat/chat.css @@ -30,7 +30,6 @@ background: #379ad7; color: white; line-height: 2.5em; - height: 2.5em; box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3) inset, 0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13); position: relative; border-radius: 5px 5px 0 0; diff --git a/public/assets/chat/chat.scss b/public/assets/chat/chat.scss index d9eb5daac..1c7ef2a04 100644 --- a/public/assets/chat/chat.scss +++ b/public/assets/chat/chat.scss @@ -28,7 +28,6 @@ background: hsl(203,67%,53%); color: white; line-height: 2.5em; - height: 2.5em; box-shadow: 0 -1px rgba(0,0,0,.1), 0 1px rgba(255,255,255,.3) inset,