GuillaumeFerron / post-content

A post content builder field for Laravel Nova.
https://packagist.org/packages/guillaumeferron/post-content
MIT License
23 stars 2 forks source link

Incorrect positioning arrows image, it overlap all form #1

Closed Insolita closed 4 years ago

Insolita commented 5 years ago

Bug Description (required)

Incorrect positioning arrows image, it overlap all form, Screenshot attached

Where ? (required)

To Reproduce

  1. Just install extension
  2. Use it in Resource as PostContent::make('Content', 'content_raw')->hideFromIndex(),

Screenshots

contentbug

Additional Comments

I also check it without any other fields and with default nova theme, for ensure, that is not conflict bug

GuillaumeFerron commented 4 years ago

Hi @Insolita,

I know it's been an eternity, just got around working on that package again. Hope it might still be of use to you, if not might be for someone else.

I never really got your issue, most likely coming from a different styling rule that you would have in your project.

I pushed a version v1.1.0 that should make sure the arrows icon is properly sized.

https://github.com/GuillaumeFerron/post-content/releases/tag/1.1.0

Let me know if that worked for you.

Closing this issue