afragen / git-updater

This WP plugin will update GitHub, Bitbucket, GitLab, and Gitea hosted plugins and themes

Home Page:https://git-updater.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem of CSS layout in changelog tab

herrvigg opened this issue · comments

I'm not 100% sure this comes from git-updater, but the layout is wrong with a huge empty space in the changelog tab (when a new version is available).
Sorry for big screenshot but that's the only way to show how it looks.

Screenshot

github-updater-changelog

I looked at the CSS and some values look quite bad with these huge numbers (99999px).

github-updater-changelog-css

By setting 0px to the third value in the padding of #section-holder it solved the problem. This should be better adjusted but it's just to say it can be fixed.

Git Updater does not provide any CSS or styling for that. It's all the core modal.

I find using #### for the changelog entries work well.

Hard to test without doing a new release, do you know if it works with ### (3) ?

Git Updater does not provide any CSS or styling for that. It's all the core modal.

That's what I suspected. I see a reference to section-holder here:

Not sure it's the same but it's an external package in wordpress-sdk so I close this. I'll try to report it there because this is CSS design done wrong 😕

But first I need to understand where it comes from. At first sight I thought this was an official WordPress SDK plugin https://github.com/Freemius/wordpress-sdk. But it looks rather like a third-party plugin?

FYI - it also looks fine with ### (3).