-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
History page display is misaligned #1778
Comments
Same here, this actually makes it impossible to use the app at all! Adding this to the CSS provides a temporary fix: #history .form-inline {
margin-top: 20px;
} |
Please leave this issue open. It's still a bug that needs to be fixed! |
PR is welcomed! same as #1783 |
I've looked at the code a while ago and I couldn't find the part that is relevant for that. Otherwise I would've proposed a fix. You have an open bug that affects the entire UI in a big way, initially said you were looking at it, then you are asking for PRs to fix it. I find this a bit strange. While no open source maintainer is forced to provide support for their software, you are in the best position to fix this within probably minutes. So I hope this can be addressed soon. |
@slhck sorry for the confusion, I getting back this just now and found the issue is pretty small which shown as your above CSS. So I think it would be a good opportunity for the issue opener to open PR and earn some credits. |
Thanks. As I said, I checked the code but I couldn't find the relevant part to propose the fix. I'm fact the most recent release broke this, and I couldn't find the breaking commit (I checked all the diffs)... |
Maybe that's the browser version updates broke this, I will propose a fix. |
After updating to v2.4.2, the history page is misaligned.
This makes it impossible to press some buttons.
This is occurring in Chrome and Safari.
The text was updated successfully, but these errors were encountered: