- Laravel Version: 10.47.0
- Nova Version: 4.32.16
- PHP Version: 8.2.16
- Database Driver & Version: Mysql 8.2.16
- Operating System and Version: MacOS 14.3.1
- Browser type and version: Chrome 122.0.6261.112
Description:
Both fields have ->fullWidth()->stacked() settings. Without this package everything works fine, after installing it, fields are much shorter, but should be full-width.
Detailed steps to reproduce the issue on a fresh Nova installation:
- install
badinansoft/nova-tooltip
- create action with fields that are
->fullWidth()->stacked()