Fix warning icon in message detail page - use relative path
FREEBIE
This commit is contained in:
parent
2261305e8f
commit
c1dd858922
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@
|
|||
height: 1.25em;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
@include color-svg('/images/warning.svg', white);
|
||||
@include color-svg('../images/warning.svg', white);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue