Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
This repository was archived by the owner on May 21, 2024. It is now read-only.

Improved usability when table have more than 12 columns #7

@mynameisfreedom

Description

@mynameisfreedom

Hi there!
Firstly, thank you for this great plugin 🙏

It works great, but it has an issue if the user adds more than 12 columns in a row. Try it.

This code fixes the issue for me

.table-field {
    overflow-x:auto;
}

.table-field .row-cell {
    min-width: 100px;
}

Best regards!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions