You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Markdown field within a tab, the field's size breaks. This issue occurs with both the native Nova Markdown field and the MarkdownTui field, but in different ways.
Steps to Reproduce:
Create a form with a Markdown field within a tab using the package's functionality.
Access the form in the Nova admin panel.
Expected Result:
The Markdown field should display properly within the tab, allowing the user to input and edit Markdown content.
Actual Result:
The Markdown field's size breaks within the tab. This occurs with both the native Nova Markdown field and the MarkdownTui field.
Additional Information:
The Markdown fields display correctly when out of the tab.
Environment:
PHP version: 8.1.18
Laravel version: 10.1.1
Nova version: 4.22.0
Description:
When using the Markdown field within a tab, the field's size breaks. This issue occurs with both the native Nova Markdown field and the MarkdownTui field, but in different ways.
Steps to Reproduce:
Create a form with a Markdown field within a tab using the package's functionality.
Access the form in the Nova admin panel.
Expected Result:
The Markdown field should display properly within the tab, allowing the user to input and edit Markdown content.
Actual Result:
The Markdown field's size breaks within the tab. This occurs with both the native Nova Markdown field and the MarkdownTui field.
Additional Information:
The Markdown fields display correctly when out of the tab.
Environment:
PHP version: 8.1.18
Laravel version: 10.1.1
Nova version: 4.22.0
Screenshots
With Native Nova Markdown field:
With MarkdownTui field:
The text was updated successfully, but these errors were encountered: