Browse Source

chat client: set explizit width on chat icon svg (microsoft edge bug)

Felix Niklas 9 years ago
parent
commit
7230e5e970
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;