@narrative.io/jsonforms-provider-protocols
Version:
Dynamic data provider capabilities for JSONForms with Vue 3 integration
21 lines (17 loc) • 426 B
CSS
/* JSONForms PrimeVue Provider Protocols Layout Styles */
/* Style the vanilla VerticalLayout to be centered with gaps */
.vertical-layout {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1rem;
width: 100%;
}
/* Style individual vertical layout items */
.vertical-layout-item {
width: 100%;
}
/* PrimeVue dropdown text alignment fix */
.p-dropdown-label {
text-align: left ;
}