We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First create a Table field, attach it to an entry and populate some rows with content. Save the entry.
Then, click a new row, and notice the action icons are slightly misaligned for the new rows.
Seems to be a lack of <div class="flex flex-nowrap"> element for newly created rows in JS, as server-rendered rows have this.
<div class="flex flex-nowrap">
5.3.6
No response
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting! I raised a PR for this.
Sorry, something went wrong.
Craft 5.4.0 is out now with that fix. Thanks again!
i-just
No branches or pull requests
What happened?
Description
First create a Table field, attach it to an entry and populate some rows with content. Save the entry.
Then, click a new row, and notice the action icons are slightly misaligned for the new rows.
Seems to be a lack of
<div class="flex flex-nowrap">
element for newly created rows in JS, as server-rendered rows have this.Craft CMS version
5.3.6
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: