outl1ne / nova-multiselect-field

A Laravel Nova package that adds a multiselect to Nova's arsenal of fields.
MIT License
333 stars 120 forks source link

Field UI problems #167

Closed trippo closed 2 years ago

trippo commented 2 years ago

.dark .input-class{ border-color: rgba(var(--colors-gray-700),var(--tw-border-opacity)); }


<img width="622" alt="image" src="https://user-images.githubusercontent.com/497169/179347392-15dae172-f6a6-45e2-bb5e-bc51e43e3911.png">
<img width="619" alt="image" src="https://user-images.githubusercontent.com/497169/179347405-e0cebe91-9087-4de4-b383-945755f72a44.png">
Tarpsvo commented 2 years ago

Do you have some conflicting styles that break this? I haven't seen it happen in any version of Nova in my projects.

trippo commented 2 years ago

No, I have a new nova 4 installation

Tarpsvo commented 2 years ago

What browser and operating system is this? And what other packages do you have installed?

trippo commented 2 years ago

Chrome on mac

On nova i use these:

"blendbyte/nova-items-field": "^1.0",
"datomatic/nova-enum-field": "^1.4",
"outl1ne/nova-color-field": "^2.0",
"outl1ne/nova-multiselect-field": "^4.0",
"whitecube/nova-flexible-content": "^1.0",
kbellpostman commented 2 years ago

+1

majweb commented 2 years ago

yes there is a problem with Ui and reorder.

mstaack commented 2 years ago

seeing the same issue on my nova4 project.

also have whitecube/nova-flexible-content in there, might this mess up styling?

image
mstaack commented 2 years ago

just confirmed, removing whitecube/nova-flexible-content fixes the aligning issue:

image
mstaack commented 2 years ago

there it is: https://github.com/whitecube/nova-flexible-content/issues/356

mstaack commented 2 years ago

fixed in latest nova-flexible-content release !

@Tarpsvo guess this can be closed then. ✌🏼