-
Goal: Posible set lable width when label position is left for "Key Value" component.
Similar functionality is available in Input components, when the position for the label is set to Left, you can set the Width -
Screenshot of how it is implemented for input components:
@Illia_Sakharau,
Thanks for your feedback. I will file a feature request to enable the setting of the width for labels in the key-value component. In the mean time, if you REALLY want to set the width, you can do it with custom css on the label:
._label_idoc5_42._left_idoc5_12 {
flex:none;
width:50%;
}
1 Like