Browse Source

Merge branch 'develop' of github.com:martini/zammad into develop

Martin Edenhofer 9 years ago
parent
commit
5f43cff95a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      public/assets/chat/chat.css
  2. 1 0
      public/assets/chat/chat.scss

+ 1 - 0
public/assets/chat/chat.css

@@ -32,6 +32,7 @@
 
 .zammad-chat-icon {
   height: 2em;
+  width: 2em;
   fill: currentColor;
   vertical-align: top;
   margin-right: 5px;

+ 1 - 0
public/assets/chat/chat.scss

@@ -32,6 +32,7 @@
 
 .zammad-chat-icon {
   height: 2em;
+  width: 2em;
   fill: currentColor;
   vertical-align: top;
   margin-right: 5px;