use quotes in css url path
This commit is contained in:
parent
6ec2712eec
commit
898d32c6da
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ limitations under the License.
|
|||
right: 32px;
|
||||
border-radius: 100%;
|
||||
border: 1px solid #8d99a5;
|
||||
background-image: url(icons/chevron-down.svg);
|
||||
background-image: url("./icons/chevron-down.svg");
|
||||
background-position: center;
|
||||
background-color: white;
|
||||
background-repeat: no-repeat;
|
||||
|
|
Reference in a new issue