We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff2de6 commit ffb6508Copy full SHA for ffb6508
src/lib/src/widget-library/section.component.ts
@@ -57,8 +57,8 @@ import { JsonSchemaFormService } from '../json-schema-form.service';
57
</fieldset>`,
58
styles: [`
59
.legend { font-weight: bold; }
60
- .expandable > legend:before { content: '▶'; padding-right: .3em; }
61
- .expanded > legend:before { content: '▼'; padding-right: .2em; }
+ .expandable > legend:before, .expandable > label:before { content: '▶'; padding-right: .3em; }
+ .expanded > legend:before, .expanded > label:before { content: '▼'; padding-right: .2em; }
62
`],
63
})
64
export class SectionComponent implements OnInit {
0 commit comments