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:
parent
aba60f0c6a
commit
2df950cb4f
1 changed files with 2 additions and 0 deletions
|
|
@ -18,9 +18,11 @@
|
||||||
|
|
||||||
.mapbox-gl-inspect_property {
|
.mapbox-gl-inspect_property {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
line-height: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapbox-gl-inspect_property-value {
|
.mapbox-gl-inspect_property-value {
|
||||||
|
padding-bottom: 6px;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue