Relation Manager Form - Adjust size/width
Is it possible to adjust Relation Manager Form size? Have a big screen and form modal width is about 50% screen width.
I have tried to use
$form->extraAttributes(['style' => 'width: 100%'])
or add custom class the same way, but neither style or class does not appear at form container div.
5 Replies
Bruno, unfortunately:
where are you calling it?
it should be in the create action in the relationmanager
create or whatever
Bruno, thank You very much, I have added such method to my Relation Manager and it worked!
oki