CSS: Improve spacing for key-value-table

After https://github.com/maptiler/tileserver-gl/pull/580, this change clarifies the table layout by keeping the strings with line break closer and giving some space to the next line.
This commit is contained in:
Tobias 2022-03-28 16:00:18 +02:00 committed by GitHub
parent aba60f0c6a
commit 2df950cb4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,11 @@
.mapbox-gl-inspect_property {
display: table-row;
line-height: 120%;
}
.mapbox-gl-inspect_property-value {
padding-bottom: 6px;
display: table-cell;
}