I tried keyValuePairs.removeBreakpoint(); as well but result is same.
Here is the minimal reproducible example
public class Test extends ComponentView {
public Test() {
add(createKeyValuePairs());
}
private KeyValuePairs createKeyValuePairs() {
final KeyValuePairs keyValuePairs = new KeyValuePairs(
new KeyValuePair("Name", "John Smith"),
new KeyValuePair("Email", "john.smith@company.com"),
new KeyValuePair("Actions", new Button("Edit", LineAwesomeIcon.EDIT.create()))
);
keyValuePairs.removeBreakpoint();
return keyValuePairs;
}
}
There is enough space but still showing them vertically