Layer List Item Spacing
Does anyone know how to modify the amount of space around each each item in the layer list? Im assuming there is some cusom css like .layerst-padding?
Thanks!
_img_ alt="image showing the layer list as per usual on the left, and the layer list with less spacing between items on the right" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=906f2000000fxmf&feoid=Body&refid=0EMf2000000kAew" _/_img_
0
-
try adjusting layer-contents or display-name classes in your CSS files. 0 -
add this to the custom desktop.css file
.layer-contents{
min-height: 3em; (adjust to suit)
}0 -
Hey Peter and Chris, adjusting .layer-contents seems to be the way to go.
the min height got me part way there, and I added max-height: 3em to get it down even further
Thanks so much!0
Please sign in to leave a comment.
Comments
3 comments