i have a query about CSS for label value oracle JET component.
Summary:
I'm trying to align the label value but its not responsive for example if i minimize the screen label value css does not work properly. Please guide which classess should i use
In Full screen it shows like this :-
If minimize the screen it shows like this:-
Html Code:-
<h6 class="oj-header searchHeader"slot="header">Unit Detail</h6>
<h4 class="oj-header searchHeader">Major Components:</h4>
<oj-form-layout max-columns="4" label-edge="start" direction="row"columns="4">
<oj-label-value label-edge="top">
<oj-label slot="label"class="oj-label label">Description</oj-label>
</oj-label-value>
<oj-label-value label-edge="top" >
<oj-label slot="label"class="oj-label label">Model</oj-label>
</oj-label-value>
<oj-label-value label-edge="top">