diff --git a/src/main/frontend/components/property.css b/src/main/frontend/components/property.css index 8853372f93..80a39f4eff 100644 --- a/src/main/frontend/components/property.css +++ b/src/main/frontend/components/property.css @@ -18,11 +18,14 @@ /* } */ .ls-block .ls-properties-area, .block-property-value { - padding-left: 22px; border-left: 1px solid; border-left-color: var(--ls-guideline-color, #ddd); } +.ls-block .ls-properties-area, .property-template .ls-properties-area { + padding-left: 22px; +} + .block-property-value { margin-left: 7px; }