Skip to content

Commit f3e3171

Browse files
committed
Fix icon path after moving assets
1 parent 505d105 commit f3e3171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/spatial/assets/css/spatial_query.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
display: none;
3636
}
3737
.leaflet-touch .leaflet-draw-toolbar a.leaflet-draw-draw-rectangle {
38-
background-image: url("../img/pencil.png");
38+
background-image: url("/img/pencil.png");
3939
background-repeat: no-repeat;
4040
background-position: 50% 50%;
4141
background-size: 12px 12px;

0 commit comments

Comments
 (0)