• Resolved digbymaass

    (@digbymaass)


    Hi! In the classic editor (which is what we use) the table content rows are inexplicably set to ‘min-height: 52px;’

    .jexcel > tbody > tr::after {
    content: “”;
    display: inline-block;
    min-height: 52px;
    }
    This makes the tables very long with a ton of white space. If you must have a min height could it be something like 12px?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You are referring to the new “Edit” screen in TablePress here, right? (I’m asking because you mention “Classic Editor”?)

    Yes, I set a min-height here to have the interface look more similar to the old one (from TablePress 1.14).

    Thanks for the feedback that this might be a bit large. That’s a good point, especially with tables that only have little data.

    I’ll check if it makes sense to reduce the default value again, or this is something that can be made customizable via the TablePress Extension from https://tablepress.org/extensions/input-field-size/ (which still needs to be updated anyways).

    Regards,
    Tobias

    Thread Starter digbymaass

    (@digbymaass)

    Yes, the edit screen when editing a table in Tablepress, and in Classic versus Gutenberg editor in WordPress. The old interface certainly didn’t look like this for any of my browsers! More like 12/14px and expanding to accomodate wrapped text (which it would as it’s a min).
    A minimal row height that expands as needed is a much cleaner interface and avoids much unnecessary scrolling!

    Thanks!

    • This reply was modified 2 years, 2 months ago by digbymaass.
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    got it! Thanks for the clarification!

    I’ll look into making this possible via the mentioned TablePress Extension for now, and will post here again once that is possible.

    Thanks again for your feedback here!

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table rows in classic editor’ is closed to new replies.