Level 1
I've same problem, any solution?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a field named NAME. which has several characters, and I wish it were more compact. Going to check the css of the name field I found these CSS rules:
.whitespace-no-wrap {
white-space: nowrap;
}
disabling this CSS rule I can get what I want.
now I define the NAME field in this way:
Text::make('Name'),
is there a way to disable disable the option from here or i need to create a custom css?
Please or to participate in this conversation.