Skip to content

Commit 5577744

Browse files
committed
https://github.com/maptiler/tileserver-gl/pull/580
1 parent f4a4e71 commit 5577744

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/resources/maplibre-gl-inspect.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222

2323
.maplibregl-inspect_property-value {
2424
display: table-cell;
25-
25+
word-break: break-all;
2626
}
2727

2828
.maplibregl-inspect_property-name {
2929
display: table-cell;
3030
padding-right: 10px;
31+
word-break: break-all;
3132
}
3233

3334
.maplibregl-ctrl-inspect {

0 commit comments

Comments
 (0)