chat client: set explizit width on chat icon svg (microsoft edge bug)
This commit is contained in:
parent
ecf2484a7c
commit
7230e5e970
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
.zammad-chat-icon {
|
.zammad-chat-icon {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
|
width: 2em;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
.zammad-chat-icon {
|
.zammad-chat-icon {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
|
width: 2em;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
Loading…
Reference in a new issue