advoor / nova-editor-js

Editor JS field for Laravel Nova
92 stars 54 forks source link

Border top when Editor is first element in panel #76

Closed Dartui closed 2 years ago

Dartui commented 2 years ago

Hello, I have an issue with this Field on Details page. When other Fields are first in the Panel they don't have border-t and other border-related classes:

image image

However when Nova JS Editor is the first element in the Panel it has this top border:

image image

I found that those classes are added by Nova itself, but I cannot find why it is applied to Editor field.